Syntax fix
This commit is contained in:
@@ -41,7 +41,7 @@ copy:
|
||||
run: $(TEST_SCRIPTFILES:.toy=.toy-run)
|
||||
|
||||
%.toy-run: %.toy
|
||||
find -name repl* -type f -exec {} -f $< \;
|
||||
find . -name repl* -type f -exec {} -f $< \;
|
||||
|
||||
#using gdb
|
||||
gdb: source repl copy run-gdb
|
||||
|
||||
Reference in New Issue
Block a user