remove config.h on clean
authorMatthewOwens <matthew@owens.tech>
Sat, 20 Jun 2020 16:02:27 +0000 (17:02 +0100)
committerMatthewOwens <matthew@owens.tech>
Sat, 20 Jun 2020 16:02:27 +0000 (17:02 +0100)
Makefile

index 470ac86..4d49649 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -30,7 +30,7 @@ st: $(OBJ)
        $(CC) -o $@ $(OBJ) $(STLDFLAGS)
 
 clean:
-       rm -f st $(OBJ) st-$(VERSION).tar.gz
+       rm -f st $(OBJ) st-$(VERSION).tar.gz config.h
 
 dist: clean
        mkdir -p st-$(VERSION)