From fd2d5d8962a3a8c0dca59bcbdf2fabb64f2d7a0b Mon Sep 17 00:00:00 2001 From: Philippe Pittoli Date: Sun, 11 Jun 2023 11:16:54 +0200 Subject: [PATCH] Makefile new default: just build the binaries. --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 659af18..fbf9e8a 100644 --- a/Makefile +++ b/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