aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8940b86..6b0fb72 100644
--- a/Makefile
+++ b/Makefile
@@ -6,4 +6,6 @@ SRC=duser.c duser.h log.c cfg.c
all:
$(CC) $(CFLAGS) $(LDFLAGS) -o $(PROG) $(SRC)
-
+clean:
+ rm -rf $(PROG)
+