diff options
author | Joseph Hunkeler <jhunk@stsci.edu> | 2011-04-19 07:37:57 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunk@stsci.edu> | 2011-04-19 07:37:57 -0400 |
commit | 0b5734c5611a3981eb2e0d3c8c2a61ab370a4399 (patch) | |
tree | eba3fb15e4a809c80c7e7a4acdbfd0c7a45c845f | |
parent | ee504278baebf1d9ebb62bcf99063291b13d3295 (diff) | |
download | duser-0b5734c5611a3981eb2e0d3c8c2a61ab370a4399.tar.gz |
Added clean
-rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -6,4 +6,6 @@ SRC=duser.c duser.h log.c cfg.c all: $(CC) $(CFLAGS) $(LDFLAGS) -o $(PROG) $(SRC) - +clean: + rm -rf $(PROG) + |