Makefile
changeset 17 d269d9c0fc8e
parent 10 f38b0ee7b1c1
child 18 9f4af32925bf
equal deleted inserted replaced
16:b839e37b3f29 17:d269d9c0fc8e
     8 GOFILES=\
     8 GOFILES=\
     9 	xmpp.go \
     9 	xmpp.go \
    10 	stream.go \
    10 	stream.go \
    11 	structs.go \
    11 	structs.go \
    12 
    12 
       
    13 # TODO Add a target to build examples.
       
    14 
    13 include $(GOROOT)/src/Make.pkg
    15 include $(GOROOT)/src/Make.pkg