mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 06:44:07 +10:00
10 lines
104 B
Makefile
10 lines
104 B
Makefile
#bridge file
|
|
|
|
export CFLAGS+=-DTOY_CC_ENABLED
|
|
|
|
all:
|
|
$(MAKE) -C units -k
|
|
|
|
gdb:
|
|
$(MAKE) -C units -k gdb
|