From: MatthewOwens Date: Sat, 20 Jun 2020 16:02:27 +0000 (+0100) Subject: remove config.h on clean X-Git-Url: https://git.owens.tech/assets/me.png/assets/me.png/git?a=commitdiff_plain;h=892c50f78620d296d8b39660765baa4ad669e829;p=st.git remove config.h on clean --- 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)