X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=Makefile;h=a75133cc7f3adbd436a7163d50c883ab40a6b76a;hb=df964230e1ecbfec8ef120bfcab2ddb1ba0751fa;hp=9ba6b4d582f4029568e7e99ad321e421ab91d5f4;hpb=2455ce294b0108d3a848467ea9d30d049527a545;p=rocksndiamonds.git diff --git a/Makefile b/Makefile index 9ba6b4d5..a75133cc 100644 --- a/Makefile +++ b/Makefile @@ -87,6 +87,11 @@ 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 --el2gfx > src/conf_e2g.c + run: @$(MAKE_CMD) TARGET=$(DEFAULT_TARGET) && ./rocksndiamonds --verbose