X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=Makefile;h=a5b3d976bc18c017122120838fca0ac01a041943;hb=6ed4958820f8f97174ca47594dcc6f00ee31b2cb;hp=cb3e37f43728e422859a82473271b5c02721eaea;hpb=fa26d82a378cebf6b519c566c3f33739ebba7823;p=rocksndiamonds.git diff --git a/Makefile b/Makefile index cb3e37f4..a5b3d976 100644 --- a/Makefile +++ b/Makefile @@ -88,11 +88,7 @@ clean: #-----------------------------------------------------------------------------# auto-conf: - ./Scripts/create_element_defs.pl --graphics > src/conf_gfx.h - ./Scripts/create_element_defs.pl --sounds > src/conf_snd.h - ./Scripts/create_element_defs.pl --chars > src/conf_chr.c - ./Scripts/create_element_defs.pl --custom > src/conf_cus.c - ./Scripts/create_element_defs.pl --el2gfx > src/conf_e2g.c + @$(MAKE_CMD) auto-conf run: @$(MAKE_CMD) TARGET=$(DEFAULT_TARGET) && ./rocksndiamonds --verbose @@ -100,6 +96,12 @@ run: gdb: @$(MAKE_CMD) TARGET=$(DEFAULT_TARGET) && gdb ./rocksndiamonds +enginetest: + ./Scripts/make_enginetest.sh + +enginetestfast: + ./Scripts/make_enginetest.sh fast + backup: ./Scripts/make_backup.sh src