mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-05-01 22:40:10 +10:00
Syntax fix
This commit is contained in:
@@ -41,7 +41,7 @@ copy:
|
|||||||
run: $(TEST_SCRIPTFILES:.toy=.toy-run)
|
run: $(TEST_SCRIPTFILES:.toy=.toy-run)
|
||||||
|
|
||||||
%.toy-run: %.toy
|
%.toy-run: %.toy
|
||||||
find -name repl* -type f -exec {} -f $< \;
|
find . -name repl* -type f -exec {} -f $< \;
|
||||||
|
|
||||||
#using gdb
|
#using gdb
|
||||||
gdb: source repl copy run-gdb
|
gdb: source repl copy run-gdb
|
||||||
|
|||||||
Reference in New Issue
Block a user