propellor spin
This commit is contained in:
parent
4ec7bd7619
commit
0720bc499f
3
Makefile
3
Makefile
|
@ -1,12 +1,13 @@
|
||||||
run: pull build
|
run: pull build
|
||||||
./propellor
|
./propellor
|
||||||
|
|
||||||
|
devel: build tags
|
||||||
|
|
||||||
pull:
|
pull:
|
||||||
git pull
|
git pull
|
||||||
|
|
||||||
build: deps dist/setup-config
|
build: deps dist/setup-config
|
||||||
cabal build || (cabal configure; cabal build)
|
cabal build || (cabal configure; cabal build)
|
||||||
$(MAKE) tags
|
|
||||||
ln -sf dist/build/propellor/propellor
|
ln -sf dist/build/propellor/propellor
|
||||||
|
|
||||||
deps:
|
deps:
|
||||||
|
|
Loading…
Reference in New Issue