aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Phillips <david@sighup.nz>2017-08-23 23:18:27 +1200
committerDavid Phillips <david@sighup.nz>2017-08-23 23:18:27 +1200
commitd35f255cadd6b24ccb0ccc34c40ac786a669366b (patch)
treedc6bd829a172b6712cee98d27ae7490dab9f12b7
parentb6c95565e58cf6e367e3d29069ea628eb4ba3b6b (diff)
downloadsand-leek-d35f255cadd6b24ccb0ccc34c40ac786a669366b.tar.xz
Don't use GNU extensions on rm
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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