aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Iezzi <aiezzi@alessandroiezzi.it>2024-05-02 22:58:12 +0200
committerAlessandro Iezzi <aiezzi@alessandroiezzi.it>2024-05-02 23:01:26 +0200
commit6828d75085bdc7623780e4dd58bc836646e2e4b0 (patch)
tree03d555f8f9eb6f7e029a11ee5f8b18a55fd9d77b
parent6252076e3d7e70454217f0e8b68131049d1379cd (diff)
downloadst-6828d75085bdc7623780e4dd58bc836646e2e4b0.tar.gz
st-6828d75085bdc7623780e4dd58bc836646e2e4b0.zip
Add config.h on clean target
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 15db421..8f99e9c 100644
--- a/Makefile
+++ b/Makefile
@@ -25,6 +25,7 @@ st: $(OBJ)
clean:
rm -f st $(OBJ) st-$(VERSION).tar.gz
+ rm -f config.h
dist: clean
mkdir -p st-$(VERSION)