]> git.localhorst.tv Git - blank.git/blobdiff - Makefile
save and load world seed
[blank.git] / Makefile
index 5989839db7a74d8935dd755e3c0c94a4b9dc2668..9b261db863a2bb9c7b62e4d16cb171dc220c77d2 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -85,6 +85,7 @@ clean:
 
 distclean: clean
        rm -f $(BIN) cachegrind.out.* callgrind.out.*
+       rm -Rf build saves
 
 .PHONY: all release debug profile tests run gdb cachegrind callgrind test clean distclean