Let's get more professional

This commit is contained in:
jordan4ibanez 2024-04-15 05:38:21 -04:00
parent 7a0ab0875b
commit 2d14f6a01a
2 changed files with 8 additions and 2 deletions

View File

@ -1,12 +1,15 @@
# defaults to linux, expects you to already have made the debugging world.
default:
@echo Cleaning build directory.
@rm --verbose -rf mods/
@echo CLEANED!
@echo Transpiling Forgotten Times into lua...
@npx tstl
@echo Successfully built Forgotten Times.
@echo Copying mod conf files...
@./important_scripts/move_conf_files.sh
@echo Successfully copied mod conf files.
@./important_scripts/hackjob_copy_textures.sh
@./important_scripts/copy_textures.sh
@echo Starting Minetest.
@minetest --go --gameid forgotten-lands --world $$HOME/.minetest/worlds/debugging
@ -18,13 +21,16 @@ windows:
@../../bin/minetest.exe
linux:
@echo Cleaning build directory.
@rm --verbose -rf mods/
@echo CLEANED!
@echo Transpiling Forgotten Times into lua...
@npx tstl
@echo Successfully built Forgotten Times.
@echo Copying mod conf files...
@./important_scripts/move_conf_files.sh
@echo Successfully copied mod conf files.
@./important_scripts/hackjob_copy_textures.sh
@./important_scripts/copy_textures.sh
@echo Starting Minetest.
@minetest --go --gameid forgotten-lands --world $$HOME/.minetest/worlds/debugging