summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorSebastien Douheret <sebastien.douheret@iot.bzh>2017-05-12 10:14:12 +0200
committerSebastien Douheret <sebastien.douheret@iot.bzh>2017-05-12 10:14:12 +0200
commit44ee4a9ef435de2a5b6a26199b0b17e33eedb6ca (patch)
treeda2754b9323dd4c81e62cff5a43bc01ab136b269 /Makefile
parent442b6527c538a45b5080dfed953693fed923aeae (diff)
Fix distclean
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5977854..b6c8a30 100644
--- a/Makefile
+++ b/Makefile
@@ -61,7 +61,7 @@ clean:
rm -rf ./bin/* debug cmd/*/debug $(ROOT_GOPRJ)/pkg/*/$(REPOPATH)
distclean: clean
- rm -rf bin tools glide.lock vendor cmd/*/vendor webapp/{node_modules,dist}
+ rm -rf bin tools glide.lock vendor cmd/*/vendor webapp/node_modules webapp/dist
run3:
goreman start