diff options
| author | Joey Hess <joey@kitenet.net> | 2014-03-30 02:57:02 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-03-30 02:57:02 -0400 |
| commit | 398a5febbd8084df789d3eaeb2de2f452ed08a61 (patch) | |
| tree | a22b9325e7f9a6a03dc40f3b3c7b5013d74f2d27 /Makefile | |
| parent | 7820c8bb1222b9370e2009e9e60bc807f6bf409b (diff) | |
overall status hash
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 |
