X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=Makefile;h=ea7b1525e1dbbaadc35142d61dbcbb4b23100a80;hb=e4bf86b0ac3fd50612eee1439beba2fbaaa7cd09;hp=03809fd4fdbd61d1c04bf8171ef64033fe5cf955;hpb=8d93b043cc23f5a580363763ad459913127a8664;p=rocksndiamonds.git diff --git a/Makefile b/Makefile index 03809fd4..ea7b1525 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