diff --git a/ueforth/Makefile b/ueforth/Makefile index d13a44e..13613e0 100644 --- a/ueforth/Makefile +++ b/ueforth/Makefile @@ -132,6 +132,7 @@ $(POSIX)/ueforth: \ common/core.h \ $(GEN)/posix_boot.h | $(POSIX) $(CC) $(CFLAGS) $< -o $@ $(LIBS) + strip $(STRIP_ARGS) $@ # ---- WINDOWS ----