src/server/util/Makefile

branch
cpp-ports
changeset 363
7f0f5c03666a
parent 94
6b15a094d996
child 504
c094afcdfb27
--- a/src/server/util/Makefile	Sat Jun 04 19:27:25 2022 +0200
+++ b/src/server/util/Makefile	Wed Jun 08 18:55:59 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