diff options
| -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: |
