aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c1c68b1..34621a6 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,10 @@
CFLAGS += -O2
LDFLAGS += -lssl -lcrypto -lpthread
-
all: sand-leek
+clean:
+ rm -vf sand-leek
+
+.PHONY: all clean
+