From b8af5cdf274a60f364d34192d4f483f4f4800282 Mon Sep 17 00:00:00 2001
From: Trygve Laugstøl <trygvis@inamo.no>
Date: Sun, 27 Dec 2020 21:44:09 +0100
Subject: Adding ansible and terraform configs.

---
 Makefile | 5 +++++
 1 file changed, 5 insertions(+)

(limited to 'Makefile')

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
 
-- 
cgit v1.2.3