diff --git a/Makefile b/Makefile index 15db421..e8e92f2 100644 --- a/Makefile +++ b/Makefile @@ -22,6 +22,7 @@ $(OBJ): config.h config.mk st: $(OBJ) $(CC) -o $@ $(OBJ) $(STLDFLAGS) + strip st clean: rm -f st $(OBJ) st-$(VERSION).tar.gz