summaryrefslogtreecommitdiff
path: root/pages/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'pages/Makefile')
-rw-r--r--pages/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/pages/Makefile b/pages/Makefile
index c49c673..2ab3960 100644
--- a/pages/Makefile
+++ b/pages/Makefile
@@ -29,8 +29,9 @@ all: libpages.a
### tntnet produces some compiler warnings,
### so we add -Wno-unused-variable -Wno-non-virtual-dtor for nice output ;)
+# $(CXX) $(CXXFLAGS) -Wno-unused-variable -Wno-non-virtual-dtor -c $(DEFINES) $(INCLUDES) $<
%.o: %.cpp
- $(CXX) $(CXXFLAGS) -Wno-unused-variable -Wno-non-virtual-dtor -c $(DEFINES) $(INCLUDES) $<
+ $(CXX) $(CXXFLAGS) -Wno-unused-variable -c $(DEFINES) $(INCLUDES) $<
%.cpp: %.ecpp
$(ECPPC) $(ECPPFLAGS) $(ECPPFLAGS_CPP) $<