diff options
author | Christian Hesse <mail@eworm.de> | 2013-11-15 09:37:11 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2013-11-15 09:37:11 +0100 |
commit | a2b5728db3ec316620371a98e7ff7217a18a6da1 (patch) | |
tree | 96dc774883cd8d9321ae9d9236a2ba384c29c47b /Makefile | |
parent | abd0affd81943a27a5616e87c1b4296c2d8c00f6 (diff) | |
download | cqrlogo-a2b5728db3ec316620371a98e7ff7217a18a6da1.tar.gz cqrlogo-a2b5728db3ec316620371a98e7ff7217a18a6da1.tar.zst |
add 'make distclean' to remove config.h
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -140,3 +140,6 @@ check: clean: $(RM) -f *.o *~ *.png README.html cqrlogo + +distclean: + $(RM) -f *.o *~ *.png README.html cqrlogo config.h |