author | Alberto Bertogli
<albertito@blitiri.com.ar> 2015-08-14 22:24:29 UTC |
committer | Alberto Bertogli
<albertito@blitiri.com.ar> 2015-08-14 22:26:21 UTC |
parent | 5084cd7cc2cd8cf3742a201e4554d522ad66758e |
tests/collisions/Makefile | +1 | -1 |
diff --git a/tests/collisions/Makefile b/tests/collisions/Makefile index 0192572..0292d84 100644 --- a/tests/collisions/Makefile +++ b/tests/collisions/Makefile @@ -44,7 +44,7 @@ libcoltest.so: libcoltest.c libcoltest.h $(NICE_CC) $(ALL_CFLAGS) -shared -fPIC $< -o $@ binary: binary.c libcoltest.so - $(NICE_CC) $(ALL_CFLAGS) -L. -lfiu -lcoltest $< -o $@ + $(NICE_CC) $(ALL_CFLAGS) -L. $< -lfiu -lcoltest -o $@ tests: binary