Use cflags for test-lib

This commit is contained in:
Justin Ethier 2024-01-29 18:21:31 -08:00
parent d46c4cb9d8
commit b7152b3468

View file

@ -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)