diff --git a/Makefile b/Makefile index cb0a153..dc48d68 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -APPS = dapps pub-sub heartbeat +APPS = dapps pub-sub heartbeat motoko all: $(foreach test_dir,$(APPS),make -C $(test_dir) &&) true