mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-19 05:39:17 +02:00
Include -g option for test-lib
This commit is contained in:
parent
eb0ed93d0e
commit
aa6bb64bfa
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -345,4 +345,4 @@ install-bin : cyclone icyc
|
||||||
|
|
||||||
# TODO: is this linking in local lcyclone or the system one????
|
# TODO: is this linking in local lcyclone or the system one????
|
||||||
test-lib: test-lib.c
|
test-lib: test-lib.c
|
||||||
$(CCOMP) test-lib.c -o test-lib -L . $(LIBS)
|
$(CCOMP) -g test-lib.c -o test-lib -L . $(LIBS)
|
||||||
|
|
Loading…
Add table
Reference in a new issue