This website works better with JavaScript.
Home
Explore
Help
Sign In
piumarta
/
subc
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
turn off execution explcitly when testing parser
master
Ian Piumarta
3 months ago
parent
2f2d130c80
commit
5e35dae177
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Makefile
+ 1
- 1
Makefile
View File
@ -12,7 +12,7 @@ all : main
cc
$(
CFLAGS
)
$(
CPPFLAGS
)
$(
LDFLAGS
)
$(
LDLIBS
)
-o
$@
$<
test
:
main
./main -
x
vv test.txt
./main -vv test.txt
demo
:
main
for
i in demofiles/*.c
;
do
echo
$$
i
;
./main -x <
$$
i
;
done
Write
Preview
Loading…
Cancel
Save