Syntax fix

This commit is contained in:
2026-04-23 11:09:25 +10:00
parent f8596806ee
commit d2ac1eeb8e
+1 -1
View File
@@ -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