Browse code

Add make veryclean

John Hawthorn authored on 28/06/2016 06:03:25
Showing 1 changed files

  • Makefile index 974aabd..cf7718d 100644
... ...
@@ -47,4 +47,7 @@ fmt:
47 47
 clean:
48 48
 	rm -f fzy test/fzytest src/*.o
49 49
 
50
-.PHONY: test check all clean install fmt
50
+veryclean: clean
51
+	rm -f config.h
52
+
53
+.PHONY: test check all clean veryclean install fmt