From c7ba610456dd0be5cf848c2c5e0354f561e9b52c Mon Sep 17 00:00:00 2001 From: John Hawthorn Date: Mon, 27 Jun 2016 23:03:25 -0700 Subject: Add make veryclean --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3