make clean

This commit is contained in:
jordan4ibanez 2024-04-15 05:21:17 -04:00
parent 133d0c7c88
commit 543fcd16b9

View File

@ -25,3 +25,8 @@ linux:
@echo Successfully copied mod conf files.
@echo Starting Minetest.
@minetest --go --gameid forgotten-lands --world $$HOME/.minetest/worlds/debugging
clean:
@echo Destroying the built game.
@rm -rf mods/
@echo "It's done."