Skip to content

Commit

Permalink
Use cflags for test-lib
Browse files Browse the repository at this point in the history
  • Loading branch information
justinethier committed Jan 30, 2024
1 parent d46c4cb commit b7152b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -345,4 +345,4 @@ install-bin : cyclone icyc

# TODO: is this linking in local lcyclone or the system one????
test-lib: test-lib.c
$(CC) test-lib.c -o test-lib -L . $(LIBS)
$(CCOMP) test-lib.c -o test-lib -L . $(LIBS)

0 comments on commit b7152b3

Please sign in to comment.