Bug 234 : Add timeout to commands for pingpong
[osm/devops.git] / Makefile
index 62e395f..a579390 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,7 @@
 
 BUILD_DIR = .
 
-CHARMS:= vpe-router vyos-proxy
+CHARMS:= vpe-router vyos-proxy pingpong flownac sandvine-pts-proxy
 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) $<
-