Merge "Add build_dir variable for build"
[osm/devops.git] / juju-charms / Makefile
index d6aa754..690904e 100644 (file)
@@ -17,7 +17,7 @@
 
 BUILD_DIR = .
 
-CHARMS:= pingpong vyos-proxy netutils
+CHARMS:= pingpong vyos-proxy netutils simple
 CHARM_SRC_DIR := layers
 CHARM_BUILD_DIR := $(BUILD_DIR)/builds
 
@@ -38,5 +38,5 @@ $(CHARM_BUILD_DIR)/%: $(CHARM_SRC_DIR)/%
        docker run -u $$(id -u):$$(id -g) -v$$(pwd):$$(pwd) -w$$(pwd) $(CHARM_DOCKER_TAG) charm-build -o $(BUILD_DIR) $<
 else
 $(CHARM_BUILD_DIR)/%: $(CHARM_SRC_DIR)/%
-       charm-build -o $(BUILD_DIR) $<
+       charm build -o $(BUILD_DIR) $<
 endif