mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-19 16:54:08 +10:00
Tweaked CFLAGS, and fixed related errors
This commit is contained in:
@@ -1,12 +1,2 @@
|
||||
set breakpoint pending on
|
||||
|
||||
break main if argc > 1
|
||||
|
||||
command 1
|
||||
set $i=0
|
||||
while($i < argc)
|
||||
p argv[$i++]
|
||||
end
|
||||
continue
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user