Makefile
changeset 36 9fe022261dcc
parent 18 9f4af32925bf
equal deleted inserted replaced
35:569833f08780 36:9fe022261dcc
     5 include $(GOROOT)/src/Make.inc
     5 include $(GOROOT)/src/Make.inc
     6 
     6 
     7 TARG=cjyar/xmpp
     7 TARG=cjyar/xmpp
     8 GOFILES=\
     8 GOFILES=\
     9 	xmpp.go \
     9 	xmpp.go \
       
    10 	roster.go \
    10 	stream.go \
    11 	stream.go \
    11 	structs.go \
    12 	structs.go \
    12 
    13 
    13 examples: install
    14 examples: install
    14 	gomake -C examples all
    15 	gomake -C examples all