]> 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 939c74828cb853beb0c401397c7140a6c8d6844d..ee41b660a1d5badeba31ae545166ed6c3ab4e61e 100644 (file)
@@ -11,3 +11,6 @@ simple: simple.o $(LIBS)
 
 clone: clone.o $(LIBS)
        $(CXX) -o $@ $< $(LIBS) $(LDFLAGS)
+
+attribute: attribute.o $(LIBS)
+       $(CXX) -o $@ $< $(LIBS) $(LDFLAGS)