mirror of
https://github.com/dimitri/pgloader.git
synced 2025-08-10 00:07:00 +02:00
Default make target is now building pgloader self-contained binary.
This commit is contained in:
parent
a41ce12023
commit
27f485b4d6
4
Makefile
4
Makefile
@ -9,6 +9,8 @@ BUILDAPP = build/buildapp
|
|||||||
MANIFEST = build/manifest.ql
|
MANIFEST = build/manifest.ql
|
||||||
PGLOADER = build/pgloader.exe
|
PGLOADER = build/pgloader.exe
|
||||||
|
|
||||||
|
all: $(PGLOADER)
|
||||||
|
|
||||||
docs:
|
docs:
|
||||||
pandoc pgloader.1.md -o pgloader.1
|
pandoc pgloader.1.md -o pgloader.1
|
||||||
pandoc pgloader.1.md -o pgloader.html
|
pandoc pgloader.1.md -o pgloader.html
|
||||||
@ -75,7 +77,7 @@ $(PGLOADER): $(MANIFEST) $(BUILDAPP)
|
|||||||
--entry pgloader:main \
|
--entry pgloader:main \
|
||||||
--dynamic-space-size 4096 \
|
--dynamic-space-size 4096 \
|
||||||
--compress-core \
|
--compress-core \
|
||||||
--output build/pgloader.exe
|
--output $@
|
||||||
|
|
||||||
pgloader: $(PGLOADER) ;
|
pgloader: $(PGLOADER) ;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user