X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=c%2B%2B0x%2FMakefile;h=f79d37af07ff73540ba554cb59528a2e4b4b4616;hb=0f26350831228c8c460a57448e421a1e4c763293;hp=f3c0dc4e3bcd055d5640350346a2e18a3d2adab0;hpb=4e40bd0f58047ceec9e5b162b16f54226bd45977;p=xml-template diff --git a/c++0x/Makefile b/c++0x/Makefile index f3c0dc4..f79d37a 100644 --- a/c++0x/Makefile +++ b/c++0x/Makefile @@ -17,3 +17,6 @@ attribute: attribute.o $(LIBS) namespace: namespace.o $(LIBS) $(CXX) -o $@ $< $(LIBS) $(LDFLAGS) + +namespace2: namespace2.o $(LIBS) + $(CXX) -o $@ $< $(LIBS) $(LDFLAGS)