summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1254299..4087397 100644
--- a/Makefile
+++ b/Makefile
@@ -21,7 +21,7 @@ all: tmpls
python setup.py build
tmpls:
- cd kickstarter; make
+ cd kickstart; make
%.py: %.tmpl
$(CHEETAH) compile --settings='useStackFrames=False' $<