1 2 3 4 5 6 7 8 9 10 11 12 13
--- a/Makefile +++ b/Makefile @@ -5,10 +5,6 @@ ROOT=. MK_ALL_TARGETS=bindirs deps build package -ifeq ($(wildcard $(ROOT)/deps/readies/*),) -___:=$(shell git submodule update --init --recursive &> /dev/null) -endif - include $(ROOT)/deps/readies/mk/main MK_CUSTOM_CLEAN=1