no message

This commit is contained in:
BADIM-PC\Vadim
2018-01-24 12:20:05 +03:00
parent 6cc4560cdc
commit ee5830b613
18 changed files with 1365 additions and 833 deletions

View File

@@ -241,6 +241,9 @@ bin/menu.o: src/menu.c $(TIC80_H) $(TIC_H)
bin/surf.o: src/surf.c $(TIC80_H) $(TIC_H)
$(CC) $< $(OPT) $(INCLUDES) -c -o $@
bin/main.o: src/main.c src/keycodes.c $(TIC80_H) $(TIC_H)
$(CC) $< $(OPT) $(INCLUDES) -c -o $@
TIC_O=\
bin/studio.o \
bin/console.o \
@@ -265,7 +268,8 @@ TIC_O=\
bin/net.o \
bin/dialog.o \
bin/menu.o \
bin/surf.o
bin/surf.o \
bin/main.o
bin/tic80.o: src/tic80.c $(TIC80_H)
$(CC) $< $(OPT) $(INCLUDES) -DTIC80_SHARED -c -o $@