mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-16 17:27:33 +02:00
Use cflags for test-lib
This commit is contained in:
parent
d46c4cb9d8
commit
b7152b3468
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
|
||||||
$(CC) test-lib.c -o test-lib -L . $(LIBS)
|
$(CCOMP) test-lib.c -o test-lib -L . $(LIBS)
|
||||||
|
|
Loading…
Add table
Reference in a new issue