summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2020-05-05 13:52:44 -0400
committerLuke Smith <luke@lukesmith.xyz>2020-05-05 13:52:44 -0400
commitb43e574fa6e7e99cc620603cd0b7a36e1d7376b1 (patch)
tree892f7ca58b80fa24621fd2a3b812148ad23581ba /Makefile
parent7e01028f866d669396ed459e48dbb6b56852bb44 (diff)
cleanup
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 39f757f..0e3f423 100644
--- a/Makefile
+++ b/Makefile
@@ -30,7 +30,7 @@ st: $(OBJ)
$(CC) -o $@ $(OBJ) $(STLDFLAGS)
clean:
- rm -f st $(OBJ) st-$(VERSION).tar.gz *.orig *.rej
+ rm -f st $(OBJ) st-$(VERSION).tar.gz *.o *.orig *.rej
dist: clean
mkdir -p st-$(VERSION)