src/server/util/Makefile

changeset 386
b91f8efadb63
parent 363
7f0f5c03666a
child 504
c094afcdfb27
--- 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) $<
-	

mercurial