mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 23:04:08 +10:00
Some of these still work, others have just been dummied out for now. Also added tests for console colors tool, and tweaked it to work properly.
6 lines
72 B
Makefile
6 lines
72 B
Makefile
#bridge file
|
|
|
|
export CFLAGS+=-DTOY_CC_ENABLED
|
|
|
|
all:
|
|
$(MAKE) -C units -k
|