]> git.sesse.net Git - xml-template/blobdiff - c++0x/Makefile
Add a C++0x attribute test. Does not pass yet.
[xml-template] / c++0x / Makefile
index 9c74fc073ec6d096ca70b2edcb774334dafca50e..ee41b660a1d5badeba31ae545166ed6c3ab4e61e 100644 (file)
@@ -9,3 +9,8 @@ passthru: passthru.o $(LIBS)
 simple: simple.o $(LIBS)
        $(CXX) -o $@ $< $(LIBS) $(LDFLAGS)
 
+clone: clone.o $(LIBS)
+       $(CXX) -o $@ $< $(LIBS) $(LDFLAGS)
+
+attribute: attribute.o $(LIBS)
+       $(CXX) -o $@ $< $(LIBS) $(LDFLAGS)