aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-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