5 lines
77 B
Makefile
5 lines
77 B
Makefile
|
|
all:
|
||
|
|
haxe build.hxml --debug
|
||
|
|
neko main.n
|
||
|
|
nekotools boot main.n
|
||
|
|
.\main.exe
|