diff --git a/Makefile b/Makefile index d88c5c47..4dbf76f2 100644 --- a/Makefile +++ b/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 \ No newline at end of file + @../../bin/minetest.exe + +linux: + @echo Transpiling Forgotten Times into lua... + @tl build + @echo Successfully built Forgotten Times. + @echo Starting Minetest. + @minetest