diff options
| author | 2024-05-02 22:58:12 +0200 | |
|---|---|---|
| committer | 2024-05-02 23:01:26 +0200 | |
| commit | 6828d75085bdc7623780e4dd58bc836646e2e4b0 (patch) | |
| tree | 03d555f8f9eb6f7e029a11ee5f8b18a55fd9d77b | |
| parent | 6252076e3d7e70454217f0e8b68131049d1379cd (diff) | |
| download | st-6828d75085bdc7623780e4dd58bc836646e2e4b0.tar.gz st-6828d75085bdc7623780e4dd58bc836646e2e4b0.zip | |
Add config.h on clean target
| -rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |
