From a0e5cc83abdaca8c17ca581bcc5259908cde05c7 Mon Sep 17 00:00:00 2001 From: David Phillips Date: Thu, 27 Apr 2017 14:42:02 +1200 Subject: Add clean recipe, make phony targets --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Makefile') 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 + -- cgit v1.1