diff options
| author | Silvio Rhatto <rhatto@riseup.net> | 2014-02-28 19:29:13 -0300 | 
|---|---|---|
| committer | Silvio Rhatto <rhatto@riseup.net> | 2014-02-28 19:29:13 -0300 | 
| commit | d5268554b8c8c614917567f12a1814e7de2c8ff7 (patch) | |
| tree | a13a51df029ebf1ffcc90277c1c3bdf89a8a6c86 /Makefile | |
| parent | c154a1076a6145a28133e9417d842310335d6805 (diff) | |
| download | puppet-bootstrap-d5268554b8c8c614917567f12a1814e7de2c8ff7.tar.gz puppet-bootstrap-d5268554b8c8c614917567f12a1814e7de2c8ff7.tar.bz2  | |
Makefile update
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 7 | 
1 files changed, 5 insertions, 2 deletions
@@ -16,11 +16,14 @@  REPO = git://git.sarava.org/puppet-bootstrap.git -all: clean remote submodules +all: clean remote modules -submodules: +modules:  	mr up +submodules: +	bin/submodules +  remote:  	git remote add bootstrap $(REPO)  | 
