summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2020-04-15 16:42:19 -0400
committerLuke Smith <luke@lukesmith.xyz>2020-04-15 16:42:19 -0400
commitd9f3fd8a16705e5adcb491234a076f6b94dfe4f5 (patch)
tree64a89317a654d635b60252553a975f1afb7145d4 /Makefile
parent689add8aad04680b3882e08583ba9cbb7d91ca88 (diff)
cleanup
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a836907..3442e32 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 *.orig *.rej
dist: clean
mkdir -p st-$(VERSION)