aboutsummaryrefslogtreecommitdiffstats
path: root/pnfsimulator/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'pnfsimulator/Makefile')
-rw-r--r--pnfsimulator/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/pnfsimulator/Makefile b/pnfsimulator/Makefile
new file mode 100644
index 0000000..58de699
--- /dev/null
+++ b/pnfsimulator/Makefile
@@ -0,0 +1,13 @@
+all: start
+
+.PHONY: start
+
+start:
+ @echo "##### Start PNF simulator #####"
+ docker-compose up -d
+ @echo "##### DONE #####"
+
+stop:
+ @echo "##### Stop PNF simulator #####"
+ docker-compose down
+ @echo "##### DONE #####"