Fix incbin dependencies to assets

This commit is contained in:
octorock
2021-11-19 23:13:08 +01:00
parent 91ad7860b2
commit fefa865d91
2 changed files with 12 additions and 4 deletions
+3 -1
View File
@@ -8,7 +8,9 @@ export INCLUDES := -I./
export DIFF := diff
export HEXDUMP := hexdump -C
all:
all: tmc_strings
tmc_strings: main.cpp
$(CC) -o tmc_strings main.cpp $(CXXFLAGS) $(INCLUDES)
run: extract pack