X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=Makefile;h=a04c870b2ba6d0ef8fa0516f32d6fd79bcfaf8f3;hb=4be46f1030df4cb7db0ce7c46d2518334861731a;hp=9ba6b4d582f4029568e7e99ad321e421ab91d5f4;hpb=dce27fe1c087a26e6dac4ef6367012c51810f327;p=rocksndiamonds.git diff --git a/Makefile b/Makefile index 9ba6b4d5..a04c870b 100644 --- a/Makefile +++ b/Makefile @@ -87,12 +87,22 @@ clean: # development only stuff # #-----------------------------------------------------------------------------# +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 + run: @$(MAKE_CMD) TARGET=$(DEFAULT_TARGET) && ./rocksndiamonds --verbose gdb: @$(MAKE_CMD) TARGET=$(DEFAULT_TARGET) && gdb ./rocksndiamonds +enginetest: + ./Scripts/make_enginetest.sh + backup: ./Scripts/make_backup.sh src