Makefile new default: just build the binaries.

master
Philippe Pittoli 2023-06-11 11:16:54 +02:00
parent 3f01791573
commit fd2d5d8962
1 changed files with 3 additions and 1 deletions

View File

@ -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