Makefile new default: just build the binaries.

This commit is contained in:
Philippe Pittoli 2023-06-11 11:16:54 +02:00
parent 3f01791573
commit fd2d5d8962

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. # 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