mirror of
https://github.com/zeldaret/tmc
synced 2026-07-24 05:58:58 -04:00
Fix incbin dependencies to assets
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user