]> git.sesse.net Git - xml-template/blobdiff - c++0x/Makefile
Add Alternate support to C++0x version, and corresponding attribute2 test.
[xml-template] / c++0x / Makefile
index b2528dfbb78e37062eebbc4d44df0d3294efdb15..3f24295a1ffdbeb0ccb930029a650203ebb175fb 100644 (file)
@@ -15,6 +15,9 @@ clone: clone.o $(LIBS)
 attribute: attribute.o $(LIBS)
        $(CXX) -o $@ $< $(LIBS) $(LDFLAGS)
 
+attribute2: attribute2.o $(LIBS)
+       $(CXX) -o $@ $< $(LIBS) $(LDFLAGS)
+
 namespace: namespace.o $(LIBS)
        $(CXX) -o $@ $< $(LIBS) $(LDFLAGS)