From 4ed89188d678037714336e8e573123b9966feded Mon Sep 17 00:00:00 2001 From: Willow Barraco Date: Wed, 30 Aug 2023 14:22:48 +0200 Subject: [PATCH] Do not override user config.h --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b8800b0..1d8b276 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ OBJECTS = $(SOURCES:.c=.o) all: ${BIN} -config.h: config.def.h +config.h: cp config.def.h config.h proto/%-client-protocol.c: proto/%.xml