changeset 18 | 9f4af32925bf |
parent 17 | d269d9c0fc8e |
child 36 | 9fe022261dcc |
17:d269d9c0fc8e | 18:9f4af32925bf |
---|---|
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. |
13 examples: install |
14 gomake -C examples all |
|
15 |
|
16 clean: clean-examples |
|
17 |
|
18 clean-examples: |
|
19 gomake -C examples clean |
|
14 |
20 |
15 include $(GOROOT)/src/Make.pkg |
21 include $(GOROOT)/src/Make.pkg |