X-Git-Url: http://code.wpia.club/?a=blobdiff_plain;ds=sidebyside;f=Makefile;h=a22b76622ab19a14b409936c43f049387e8d7607;hb=5b632376dc58b58dcfd8c73ece4b6ea698a8f61f;hp=c22fe86ccf3a237c9fc6176a72da7ae6b3c7a4e8;hpb=f69f31caeda734d6d9c8ab00e693671ac7512bea;p=cassiopeia.git diff --git a/Makefile b/Makefile index c22fe86..a22b766 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS))) endif BIN="bin/cassiopeia" -LIBS=openssl collissiondetect +LIBS=openssl collisiondetect CC=libtool --mode=compile gcc CC_DEP=g++ @@ -81,7 +81,7 @@ endif .PHONY: dist-clean dist-clean: clean ${MAKE} -C lib/openssl clean - ${MAKE} -C lib/collissiondetect clean + ${MAKE} -C lib/collisiondetect clean build: cassiopeia @@ -102,9 +102,9 @@ libs: ${LIBS} openssl lib/openssl/libssl.a lib/openssl/libcrypto.a: ${MAKE} -C lib openssl -.PHONY: collissiondetect -collissiondetect: - ${MAKE} -C lib/collissiondetect +.PHONY: collisiondetect +collisiondetect: + ${MAKE} -C lib collisiondetect .PHONY: coverage coverage: