11 lines
268 B
Makefile
Raw Normal View History

2023-11-05 12:10:21 -05:00
default:
2023-11-05 13:34:36 -05:00
@echo Transpiling Forgotten Times into lua...
2023-11-05 12:10:21 -05:00
@tl build
2023-11-05 13:34:36 -05:00
@echo Successfully built Forgotten Times.
2023-11-05 13:00:02 -05:00
run:
2023-11-05 13:34:36 -05:00
@echo Transpiling Forgotten Times into lua...
2023-11-05 13:00:02 -05:00
@tl build
2023-11-05 13:34:36 -05:00
@echo Successfully built Forgotten Times.
2023-11-05 13:00:02 -05:00
@echo Starting Minetest.
@../../bin/minetest.exe