summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorjk7744.park <jk7744.park@samsung.com>2015-09-09 02:37:34 +0900
committerjk7744.park <jk7744.park@samsung.com>2015-09-09 02:37:34 +0900
commit7b0238645ff722889275b43dddd10ff1722cc8d9 (patch)
tree4447ede9a5059fc9e816a9b8522d2cf6c21ae917 /Makefile
parent9a8d6f56ffdf6b890ea09c975229b0ffdd87d391 (diff)
downloadkickstarter-7b0238645ff722889275b43dddd10ff1722cc8d9.tar.gz
kickstarter-7b0238645ff722889275b43dddd10ff1722cc8d9.tar.bz2
kickstarter-7b0238645ff722889275b43dddd10ff1722cc8d9.zip
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index a4da77f..c7275ef 100644
--- a/Makefile
+++ b/Makefile
@@ -22,10 +22,6 @@ all: tmpls
tmpls:
cd kickstart; make
-install: tmpls
- python setup.py build
- python setup.py install
-
%.py: %.tmpl
$(CHEETAH) compile --settings='useStackFrames=False' $<
@@ -50,4 +46,3 @@ clean:
rm -f $(addsuffix .bak,$(TEMPLATE_MODS))
rm -f *.pyc *.pyo
rm -rf dist/ build/ kickstart/kickstart.py kickstart/__init__.py *~ */*~
- rm -rf *.egg-info/