Strip resulting binary.

This commit is contained in:
Dominik Pantůček 2023-04-11 19:34:53 +02:00
parent 72f4f82d5a
commit f18d7c0d55

View file

@ -55,6 +55,7 @@ imports: $(HACKERBASE-DEPS)
../hackerbase: $(HACKERBASE-OBJS)
$(CSC) -static -o $@ $(HACKERBASE-OBJS)
strip $@
.PHONY: clean
clean: