update makefile to use correct arg call after our argparse update
This commit is contained in:
@@ -8,7 +8,7 @@ run: run.c
|
||||
$(CC) -O3 -o run run.c -lm
|
||||
|
||||
# useful for a debug build, can then e.g. analyze with valgrind, example:
|
||||
# $ valgrind --leak-check=full ./run out/model.bin 1.0 3
|
||||
# $ valgrind --leak-check=full ./run out/model.bin -n 3
|
||||
rundebug: run.c
|
||||
$(CC) -g -o run run.c -lm
|
||||
|
||||
|
||||
Reference in New Issue
Block a user