From d35f255cadd6b24ccb0ccc34c40ac786a669366b Mon Sep 17 00:00:00 2001 From: David Phillips Date: Wed, 23 Aug 2017 23:18:27 +1200 Subject: Don't use GNU extensions on rm --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c06ac86..144a423 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ sand-leek: sand-leek.o onion_base32.o key_update.o $(CC) -o $@ $^ $(LDFLAGS) clean: - rm -vf sand-leek *.o + rm -f sand-leek *.o test: all @./test/run-tests.sh -- cgit v1.1