diff options
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 |