diff -r a1f4cb076d2f -r b91f8efadb63 src/server/util/Makefile --- a/src/server/util/Makefile Sat Sep 24 16:26:10 2022 +0200 +++ b/src/server/util/Makefile Sat Sep 24 17:11:57 2022 +0200 @@ -30,7 +30,3 @@ $(UTIL_OBJPRE)%.o: util/%.c $(CC) -o $@ -c $(UTIL_CFLAGS) $(CFLAGS) $< - -$(UTIL_OBJPRE)%.o: util/%.cpp - $(CXX) -o $@ -c $(UTIL_CFLAGS) $(CFLAGS) $< -