diff options
author | JF Ding <jian-feng.ding@intel.com> | 2012-02-29 16:39:33 +0800 |
---|---|---|
committer | JF Ding <jian-feng.ding@intel.com> | 2012-02-29 16:39:33 +0800 |
commit | f6cc34920c032b1a2b0d6a900094135d195931a4 (patch) | |
tree | 680b69d225fc5c34d33e6624fddbaef56e35d972 /Makefile | |
parent | 3e198b5cb37b81c34bece438dad2e7a7a8b120e6 (diff) | |
download | kickstarter-f6cc34920c032b1a2b0d6a900094135d195931a4.tar.gz kickstarter-f6cc34920c032b1a2b0d6a900094135d195931a4.tar.bz2 kickstarter-f6cc34920c032b1a2b0d6a900094135d195931a4.zip |
no default '--save' for adobe repo
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -17,7 +17,7 @@ TEMPLATE_MODS=$(patsubst %.tmpl,%.py,$(TEMPLATES)) KS=$(wildcard *.ks) all: tmpls - python setup.py build + python setup.py build tmpls: cd kickstart; make @@ -25,7 +25,6 @@ tmpls: %.py: %.tmpl $(CHEETAH) compile --settings='useStackFrames=False' $< - ks: $(TEMPLATES) configurations.yaml repos.yaml kickstarter -c configurations.yaml -r repos.yaml @@ -46,4 +45,4 @@ clean: rm -f $(TEMPLATE_MODS) rm -f $(addsuffix .bak,$(TEMPLATE_MODS)) rm -f *.pyc *.pyo - rm -rf build/ kickstart/kickstart.py kickstart/__init__.py *~ */*~ + rm -rf dist/ build/ kickstart/kickstart.py kickstart/__init__.py *~ */*~ |