From e5005573b2f16be3540ded7898389ff49fa9dde7 Mon Sep 17 00:00:00 2001 From: Jonathan Hodgson Date: Sun, 8 Sep 2019 10:09:10 +0100 Subject: [PATCH] Makes the clean script remove config.h --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 470ac86..c4207b2 100644 --- a/Makefile +++ b/Makefile @@ -31,6 +31,7 @@ st: $(OBJ) clean: rm -f st $(OBJ) st-$(VERSION).tar.gz + rm config.h dist: clean mkdir -p st-$(VERSION)