X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=c%2B%2B0x%2FMakefile;h=3f24295a1ffdbeb0ccb930029a650203ebb175fb;hb=a87410331a3cf42444d92930a9a796a384278c8d;hp=b2528dfbb78e37062eebbc4d44df0d3294efdb15;hpb=9479feb34459b0d1fcdaa6a6545827f3243cb513;p=xml-template diff --git a/c++0x/Makefile b/c++0x/Makefile index b2528df..3f24295 100644 --- a/c++0x/Makefile +++ b/c++0x/Makefile @@ -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)