Makefile
changeset 1 a01e06faf0db
parent 0 6dbd969c8f3a
child 10 f38b0ee7b1c1
equal deleted inserted replaced
0:6dbd969c8f3a 1:a01e06faf0db
     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 	structs.go \
    10 
    11 
    11 include $(GOROOT)/src/Make.pkg
    12 include $(GOROOT)/src/Make.pkg