diff --git a/third_party/Makefile b/third_party/Makefile index 4fa9e8a2505de50055981b262e473a0c0b4a1ae2..d675d303f1bcc996743e25638b983cac45e05542 100644 --- a/third_party/Makefile +++ b/third_party/Makefile @@ -4,11 +4,11 @@ export DESTDIR ?= $(STAGING_DIR) export prefix ?= export PREFIX ?= -targets += libevent -targets += libev targets += nlohmann -targets += cJSON -targets += mosquitto +#targets += mosquitto +#targets += libevent +#targets += libev +#targets += cJSON all test clean distclean: @for i in $(targets); do \