Makefile new default: just build the binaries.
This commit is contained in:
parent
3f01791573
commit
fd2d5d8962
1 changed files with 3 additions and 1 deletions
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.
|
||||
LD_P ?= LD_PRELOAD=/usr/local/lib/libipc.so.0
|
||||
|
|
Loading…
Add table
Reference in a new issue