aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 31ba47a..56d22bf 100644
--- a/Makefile
+++ b/Makefile
@@ -89,5 +89,9 @@ obj/%.o: src/%.c src/*.h
.PHONY: clean
clean:
- -rm -rf obj bin config.mk
+ -rm -rf obj bin
+
+.PHONY: distclean
+distclean: clean
+ -rm -f config.mk src/libgamma-config.h