diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -1,8 +1,10 @@ -run: build +run: pull build ./propellor -build: deps dist/setup-config +pull: git pull + +build: deps dist/setup-config cabal build $(MAKE) tags ln -sf dist/build/propellor/propellor |
