diff --git a/Makefile b/Makefile index c66c643b..4f12c129 100644 --- a/Makefile +++ b/Makefile @@ -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)