summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Enders <senders@spotify.com>2019-01-07 13:39:27 -0500
committerSteph Enders <smenders@gmail.com>2023-02-26 03:24:26 -0500
commit2d1c13a2b711e0aa3e1378effc472f0eb59163fa (patch)
treef0cf7d629d7ad86ab754f9298f074d6ed804b72b
parent8bed5d2113b2d28b75f9c4f8033d7ac59a0686af (diff)
Clean config file
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 470ac86..4d49649 100644
--- 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)