aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorSebastien Douheret <sebastien.douheret@iot.bzh>2019-07-13 10:21:53 +0200
committerSebastien Douheret <sebastien.douheret@iot.bzh>2019-07-14 14:06:14 +0200
commit701548c5b25efba70c3818e96a4394701cfb913e (patch)
tree347881ae607acda17f2014a5e7ed1aadee055145 /Makefile
parent247bb7c2db5f0d48178398599348249bf886ebbc (diff)
Add LowCollector & rename Supervisor to Monitoringsandbox/SebD/dev_supervisor_als_2019
Change-Id: Ibd78f1200ed71b0100ebd48dddb9236377e2fb36 Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 273458f..fe8c9ec 100644
--- a/Makefile
+++ b/Makefile
@@ -149,7 +149,7 @@ else
@echo "Skipping webapp build (SKIP_WEBAPP_BUILD var is set)"
endif
-webapp/debug:
+webapp/debug dev-frontend devf:
cd webapp && npm run watch
webapp/install: