From a32c94b090bcbe96e3f52c48b1929a76d7c39e0a Mon Sep 17 00:00:00 2001 From: Andrey Shovkoplyas Date: Mon, 4 May 2020 13:46:34 +0200 Subject: [PATCH] add make re-frisk Signed-off-by: Andrey Shovkoplyas --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 7b837f4e69..854c37edf2 100644 --- a/Makefile +++ b/Makefile @@ -365,3 +365,7 @@ startdev-ios-simulator: ##@startdev Compile Clojure for iOS simulator startdev-desktop: export TARGET ?= $(HOST_OS) startdev-desktop: _startdev-desktop + +re-frisk: export TARGET := clojure +re-frisk: ##@re-frisk start re-frisk server + yarn shadow-cljs run re-frisk-remote.core/start \ No newline at end of file