yet another makefile tweak
This commit is contained in:
parent
7435675308
commit
db9ecf7a9e
2
Makefile
2
Makefile
@ -66,7 +66,7 @@ hledgermac: setversion
|
|||||||
hledgerlinux: setversion
|
hledgerlinux: setversion
|
||||||
ghc --make hledger.hs -o $(BINARYFILENAME) $(BUILDFLAGS) -O2 -static -optl-static -optl-pthread
|
ghc --make hledger.hs -o $(BINARYFILENAME) $(BUILDFLAGS) -O2 -static -optl-static -optl-pthread
|
||||||
@echo Please check the build looks portable:
|
@echo Please check the build looks portable:
|
||||||
ldd $(BINARYFILENAME)
|
-ldd $(BINARYFILENAME)
|
||||||
|
|
||||||
# build a deployable binary for windows, using cygwin presumably
|
# build a deployable binary for windows, using cygwin presumably
|
||||||
# hledgerwin: setversion
|
# hledgerwin: setversion
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user