diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-05-12 10:14:12 +0200 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-05-12 10:14:12 +0200 |
commit | 44ee4a9ef435de2a5b6a26199b0b17e33eedb6ca (patch) | |
tree | da2754b9323dd4c81e62cff5a43bc01ab136b269 /Makefile | |
parent | 442b6527c538a45b5080dfed953693fed923aeae (diff) |
Fix distclean
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |