diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 | ||
29 | st: $(OBJ) | 29 | st: $(OBJ) |
30 | $(CC) $(STLDFLAGS) -o $@ $(OBJ) | 30 | $(CC) -o $@ $(OBJ) $(STLDFLAGS) |
31 | 31 | ||
32 | clean: | 32 | clean: |
33 | rm -f st $(OBJ) st-$(VERSION).tar.gz | 33 | rm -f st $(OBJ) st-$(VERSION).tar.gz |