diff options
| author | Joey Hess <joey@kitenet.net> | 2014-03-30 19:16:04 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-03-30 19:16:04 -0400 |
| commit | 0720bc499f49ffbce8fcebe2f931d56dc5cc83e3 (patch) | |
| tree | a11a5c4ae3c29cc82203a16678fe4573a82d9c97 /Makefile | |
| parent | 4ec7bd7619b2ca0ed13e49dd7263f81295c97af4 (diff) | |
propellor spin
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,12 +1,13 @@ run: pull build ./propellor +devel: build tags + pull: git pull build: deps dist/setup-config cabal build || (cabal configure; cabal build) - $(MAKE) tags ln -sf dist/build/propellor/propellor deps: |
