Interpreted strings.

This commit is contained in:
Brad Nelson
2021-01-02 12:45:26 -08:00
parent a9ec95c110
commit 20ec30514a
2 changed files with 12 additions and 7 deletions

View File

@ -40,7 +40,11 @@ out/web/ueforth.js: \
out/posix:
mkdir -p out/posix
out/posix/ueforth: posix/posix_main.c common/opcodes.h | out/posix
out/posix/ueforth: \
posix/posix_main.c \
common/opcodes.h \
common/core.h \
out/gen/boot.h | out/posix
$(CC) $(CFLAGS) $< -o $@ $(LIBS)
out/arduino: