X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2FMakefile;h=a67cd14c4be5ef0159e110b809cc2ccfb162c1a9;hb=refs%2Fheads%2Freleases;hp=3a9230f201910f9a330c03032b65e83ac01746f9;hpb=cc5a0e1eae262a928c1a0f451c6ce401f52d8828;p=rocksndiamonds.git diff --git a/src/Makefile b/src/Makefile index 3a9230f2..a67cd14c 100644 --- a/src/Makefile +++ b/src/Makefile @@ -220,7 +220,7 @@ CNFS = conf_gfx.h \ conf_var.c \ conf_act.c -CNFS_CMD = ../Scripts/create_element_defs.pl +CNFS_CMD = ../build-scripts/create_element_defs.pl TIMESTAMP_FILE = conftime.h @@ -327,13 +327,13 @@ clean: clean-obj clean-ico clean-bin # run and test targets # ----------------------------------------------------------------------------- -run: all +run: cd .. && ./$(PROGBASE) --verbose -gdb: all +gdb: cd .. && gdb -batch -x GDB_COMMANDS ./$(PROGBASE) -valgrind: all +valgrind: cd .. && valgrind -v --leak-check=yes ./$(PROGBASE) 2> valgrind.out