X-Git-Url: https://code.wpia.club/?a=blobdiff_plain;f=Makefile;h=735d71339bef26b725f8a5acbe86579234e73301;hb=2c79061a72b54efdcac10b6beca62bf53f7383c8;hp=ed3e56858ef6fe70bf9326596ae4720046a4967d;hpb=5977614ee0582c67737713b1466bc726ec700bc0;p=cassiopeia.git diff --git a/Makefile b/Makefile index ed3e568..735d713 100644 --- a/Makefile +++ b/Makefile @@ -68,13 +68,16 @@ clean:: -rm -rf *.so -rm -rf ${OBJ_DIR} -rm -rf ${DEP_DIR} - ${MAKE} -C lib/openssl clean - ${MAKE} -C lib/collissiondetect clean ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) # Code to run the package test suite. ${MAKE} -C test clean endif +.PHONY: dist-clean +dist-clean: clean + ${MAKE} -C lib/openssl clean + ${MAKE} -C lib/collissiondetect clean + build: cassiopeia ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) @@ -91,7 +94,7 @@ libs: ${LIBS} .PHONY: openssl openssl: - ${MAKE} -C lib/openssl + ${MAKE} -C lib openssl .PHONY: collissiondetect collissiondetect: