Makefile new default: just build the binaries.
This commit is contained in:
parent
3f01791573
commit
fd2d5d8962
4
Makefile
4
Makefile
@ -1,4 +1,6 @@
|
|||||||
all: run-dnsmanagerd
|
all: build
|
||||||
|
|
||||||
|
build: build-server build-client
|
||||||
|
|
||||||
# No idea why, but I need that to run applications. Ignore that.
|
# No idea why, but I need that to run applications. Ignore that.
|
||||||
LD_P ?= LD_PRELOAD=/usr/local/lib/libipc.so.0
|
LD_P ?= LD_PRELOAD=/usr/local/lib/libipc.so.0
|
||||||
|
Loading…
Reference in New Issue
Block a user