summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 974aabd..cf7718d 100644
--- a/Makefile
+++ b/Makefile
@@ -47,4 +47,7 @@ fmt:
clean:
rm -f fzy test/fzytest src/*.o
-.PHONY: test check all clean install fmt
+veryclean: clean
+ rm -f config.h
+
+.PHONY: test check all clean veryclean install fmt