diff options
author | Anas Nashif <anas.nashif@intel.com> | 2010-05-14 18:50:04 -0400 |
---|---|---|
committer | Anas Nashif <anas.nashif@intel.com> | 2010-05-14 18:50:04 -0400 |
commit | b258201ada63d02fde03a24602814ddb547cb2c8 (patch) | |
tree | 43cce22641e63f86d439937acef405ba1be2b76c /Makefile | |
parent | b3f23061abe8b08e51522ec8e2b5cad0b8571f02 (diff) | |
download | kickstarter-b258201ada63d02fde03a24602814ddb547cb2c8.tar.gz kickstarter-b258201ada63d02fde03a24602814ddb547cb2c8.tar.bz2 kickstarter-b258201ada63d02fde03a24602814ddb547cb2c8.zip |
Fixed makefile and repos
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -12,8 +12,8 @@ all: $(TEMPLATE_MODS) $(CHEETAH) compile --settings='useStackFrames=False' $< -ks: $(TEMPLATES) ../images.yaml - python kickstarter.py -m ../images.yaml +ks: $(TEMPLATES) configurations.yaml repos.yaml + python kickstarter.py -c configurations.yaml -r repos.yaml clean: rm -f $(TEMPLATE_MODS) |