propellor spin

This commit is contained in:
Joey Hess 2014-03-30 19:16:04 -04:00
parent 4ec7bd7619
commit 0720bc499f
1 changed files with 2 additions and 1 deletions

View File

@ -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: