summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2020-12-27 21:44:09 +0100
committerTrygve Laugstøl <trygvis@inamo.no>2020-12-27 21:44:09 +0100
commitb8af5cdf274a60f364d34192d4f483f4f4800282 (patch)
treef5977d9a13259da488edfebab392884cee394c39 /Makefile
parent13d7de5dab25c830deacf335bb704aed0e2db3a7 (diff)
downloadrules-sandbox-b8af5cdf274a60f364d34192d4f483f4f4800282.tar.gz
rules-sandbox-b8af5cdf274a60f364d34192d4f483f4f4800282.tar.bz2
rules-sandbox-b8af5cdf274a60f364d34192d4f483f4f4800282.tar.xz
rules-sandbox-b8af5cdf274a60f364d34192d4f483f4f4800282.zip
Adding ansible and terraform configs.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 97a5e0b..2c9fcc2 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,10 @@
all: env/.cookie
+run: env/.cookie
+ env/bin/python main.py
+ git add -A out gen
+ find out gen
+
env:
virtualenv -p python3 env