aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunk@stsci.edu>2011-04-19 07:37:57 -0400
committerJoseph Hunkeler <jhunk@stsci.edu>2011-04-19 07:37:57 -0400
commit0b5734c5611a3981eb2e0d3c8c2a61ab370a4399 (patch)
treeeba3fb15e4a809c80c7e7a4acdbfd0c7a45c845f
parentee504278baebf1d9ebb62bcf99063291b13d3295 (diff)
downloadduser-0b5734c5611a3981eb2e0d3c8c2a61ab370a4399.tar.gz
Added clean
-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)
+