Make the make file nice :)
This commit is contained in:
parent
4634bf8bbb
commit
0d7d4b65dd
9
Makefile
9
Makefile
@ -3,9 +3,16 @@ default:
|
||||
@tl build
|
||||
@echo Successfully built Forgotten Times.
|
||||
|
||||
run:
|
||||
windows:
|
||||
@echo Transpiling Forgotten Times into lua...
|
||||
@tl build
|
||||
@echo Successfully built Forgotten Times.
|
||||
@echo Starting Minetest.
|
||||
@../../bin/minetest.exe
|
||||
|
||||
linux:
|
||||
@echo Transpiling Forgotten Times into lua...
|
||||
@tl build
|
||||
@echo Successfully built Forgotten Times.
|
||||
@echo Starting Minetest.
|
||||
@minetest
|
||||
|
Loading…
x
Reference in New Issue
Block a user