X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=c%2B%2B0x%2FMakefile;h=939c74828cb853beb0c401397c7140a6c8d6844d;hb=83a41af3311ec494205205ec093ffff0aad56fd0;hp=9c74fc073ec6d096ca70b2edcb774334dafca50e;hpb=01379ffa98201067728e63135eb1d6d66266650e;p=xml-template diff --git a/c++0x/Makefile b/c++0x/Makefile index 9c74fc0..939c748 100644 --- a/c++0x/Makefile +++ b/c++0x/Makefile @@ -9,3 +9,5 @@ passthru: passthru.o $(LIBS) simple: simple.o $(LIBS) $(CXX) -o $@ $< $(LIBS) $(LDFLAGS) +clone: clone.o $(LIBS) + $(CXX) -o $@ $< $(LIBS) $(LDFLAGS)