summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index ef0773a..b81ccb1 100644
--- a/Makefile
+++ b/Makefile
@@ -22,6 +22,10 @@ all: tmpls
tmpls:
cd kickstart; make
+install: tmpls
+ python setup.py build
+ python setup.py install
+
%.py: %.tmpl
$(CHEETAH) compile --settings='useStackFrames=False' $<