diff options
| author | Joey Hess <joey@kitenet.net> | 2014-03-31 16:20:38 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-03-31 16:20:38 -0400 |
| commit | 740a8243f604d178f0874a4c9409c008d03371c4 (patch) | |
| tree | 6b5fff437e7e07063e3483f306acb6bd08df1daa /Makefile | |
| parent | a5b739af6d20312d47ab75a63bc4fbfd847b65a6 (diff) | |
propellor spin
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -1,10 +1,7 @@ -run: pull build +run: build ./propellor -devel: build tags - -pull: - git pull +dev: build tags build: deps dist/setup-config cabal build || (cabal configure; cabal build) |
