From e91385ae16be60142e6368162f6e7d6cd4590c11 Mon Sep 17 00:00:00 2001 From: Yan Chen <48968912+chenyan-dfinity@users.noreply.github.com> Date: Mon, 30 Sep 2024 21:47:59 -0700 Subject: [PATCH] fix --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f7d1c7ed..6e335a94 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -APPS = crypto dapps pub-sub heartbeat motoko +APPS = dapps collections crypto pub-sub heartbeat motoko all: $(foreach test_dir,$(APPS),make -C $(test_dir) &&) true