6 lines
141 B
Makefile
6 lines
141 B
Makefile
|
test: force_look
|
||
|
haxe test.hxml && neko HubbleSiteDailyImageChumbyTestRunner.n
|
||
|
rm HubbleSiteDailyImageChumbyTestRunner.n
|
||
|
|
||
|
force_look:
|
||
|
true
|