aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 128ee9d..c678ead 100644
--- a/Makefile
+++ b/Makefile
@@ -27,7 +27,7 @@ x.o: arg.h st.h win.h
27$(OBJ): config.h config.mk 27$(OBJ): config.h config.mk
28 28
29st: $(OBJ) 29st: $(OBJ)
30 $(CC) $(STLDFLAGS) -o $@ $(OBJ) 30 $(CC) -o $@ $(OBJ) $(STLDFLAGS)
31 31
32clean: 32clean:
33 rm -f st $(OBJ) st-$(VERSION).tar.gz 33 rm -f st $(OBJ) st-$(VERSION).tar.gz