Let's get more professional
This commit is contained in:
parent
7a0ab0875b
commit
2d14f6a01a
10
Makefile
10
Makefile
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user