Do not override user config.h

This commit is contained in:
Willow Barraco 2023-08-30 14:22:48 +02:00
parent a573be707c
commit 4ed89188d6
No known key found for this signature in database
GPG Key ID: EABA44759877E02A

View File

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