foo
This commit is contained in:
parent
bdc156a897
commit
28787f11c7
4
Makefile
4
Makefile
|
@ -1,7 +1,11 @@
|
|||
run: build
|
||||
./propellor
|
||||
|
||||
build: deps dist/setup-config
|
||||
git pull
|
||||
cabal build
|
||||
$(MAKE) tags
|
||||
ln -sf dist/build/propellor/propellor
|
||||
|
||||
deps:
|
||||
if [ $$(whoami) = root ]; then apt-get install ghc cabal-install libghc-missingh-dev libghc-ansi-terminal-dev libghc-ifelse-dev libghc-unix-compat-dev libghc-hslogger-dev; fi
|
||||
|
|
Loading…
Reference in New Issue