projects
/
osm
/
devops.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
efe9e06
)
FlowNAC charms (plugtest)
author
Jokin Garay
<jokin.garay@keynetic.es>
Thu, 2 Feb 2017 13:25:28 +0000
(14:25 +0100)
committer
Jokin Garay
<jokin.garay@keynetic.es>
Thu, 2 Feb 2017 13:25:28 +0000
(14:25 +0100)
Change-Id: Iaa95be797e912c4bb8de8fa9f4bf33a9e15ed749
Signed-off-by: Jokin Garay <jokin.garay@keynetic.es>
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
bf2b4c9
..
d1dfd84
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-17,7
+17,7
@@
BUILD_DIR = .
-CHARMS:= vpe-router vyos-proxy pingpong
+CHARMS:= vpe-router vyos-proxy pingpong
flownac
CHARM_SRC_DIR := layers
CHARM_BUILD_DIR := $(BUILD_DIR)/builds
@@
-31,4
+31,3
@@
clean:
$(CHARM_BUILD_DIR)/%: $(CHARM_SRC_DIR)/%
charm-build -o $(BUILD_DIR) $<
-