From 9990062db0965da7fcd33b5f7e607257a9ab0955 Mon Sep 17 00:00:00 2001 From: Yan Chen <48968912+chenyan-dfinity@users.noreply.github.com> Date: Mon, 30 Sep 2024 20:23:05 -0700 Subject: [PATCH] fix --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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