Tweak build.

This commit is contained in:
Brad Nelson
2021-01-04 18:29:10 -08:00
parent a7fdad4a8a
commit 3ccafd0825

View File

@ -132,6 +132,7 @@ $(POSIX)/ueforth: \
common/core.h \
$(GEN)/posix_boot.h | $(POSIX)
$(CC) $(CFLAGS) $< -o $@ $(LIBS)
strip $(STRIP_ARGS) $@
# ---- WINDOWS ----