mirror of
https://github.com/simonmichael/hledger.git
synced 2024-12-27 20:36:07 +03:00
make development builds quickly
This commit is contained in:
parent
7bc3920bda
commit
468955a563
2
Makefile
2
Makefile
@ -6,7 +6,7 @@ default: tag build
|
||||
PATCHES:=$(shell expr `darcs changes --count --from-tag=\\\\\.` - 1)
|
||||
|
||||
# build the normal hledger binary
|
||||
BUILD=ghc --make hledger.hs -o hledger -O
|
||||
BUILD=ghc --make hledger.hs -o hledger #-O
|
||||
FLAGS=-DPATCHES=$(PATCHES)
|
||||
# optional extras described in README, turn em on if you've got the libs
|
||||
OPTFLAGS= #-DVTY -DHAPPS
|
||||
|
Loading…
Reference in New Issue
Block a user