X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=c%2B%2B0x%2FMakefile;h=ee41b660a1d5badeba31ae545166ed6c3ab4e61e;hb=eec78fce81e81ed3386af841083ab17dee6f1a85;hp=939c74828cb853beb0c401397c7140a6c8d6844d;hpb=710ece7d0f537ffe42fa767e5725ab6945362e7e;p=xml-template diff --git a/c++0x/Makefile b/c++0x/Makefile index 939c748..ee41b66 100644 --- a/c++0x/Makefile +++ b/c++0x/Makefile @@ -11,3 +11,6 @@ simple: simple.o $(LIBS) clone: clone.o $(LIBS) $(CXX) -o $@ $< $(LIBS) $(LDFLAGS) + +attribute: attribute.o $(LIBS) + $(CXX) -o $@ $< $(LIBS) $(LDFLAGS)