diff --git a/src/Makefile b/src/Makefile index aec56a8..d4c303a 100644 --- a/src/Makefile +++ b/src/Makefile @@ -55,6 +55,7 @@ imports: $(HACKERBASE-DEPS) ../hackerbase: $(HACKERBASE-OBJS) $(CSC) -static -o $@ $(HACKERBASE-OBJS) + strip $@ .PHONY: clean clean: