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