[cig-commits] r12858 - cs/cigma/trunk/src

luis at geodynamics.org luis at geodynamics.org
Wed Sep 10 12:51:14 PDT 2008


Author: luis
Date: 2008-09-10 12:51:14 -0700 (Wed, 10 Sep 2008)
New Revision: 12858

Modified:
   cs/cigma/trunk/src/Makefile
Log:
update makefile for git-svn




Modified: cs/cigma/trunk/src/Makefile
===================================================================
--- cs/cigma/trunk/src/Makefile	2008-09-10 19:51:13 UTC (rev 12857)
+++ cs/cigma/trunk/src/Makefile	2008-09-10 19:51:14 UTC (rev 12858)
@@ -18,12 +18,13 @@
 	Field.o \
 	MeshPart.o \
 	DofHandler.o \
+	FiatProxy.o \
 
 
 default: $(OBJS)
 
 %.o: %.cpp
-	$(CXX) $(CXXFLAGS) -c $^
+	$(CXX) $(FLAGS) -c $^
 
 clean:
 	rm -f $(OBJS)



More information about the cig-commits mailing list