Rename examples to ex

This commit is contained in:
Miek Gieben 2012-02-05 10:58:04 +01:00
parent 1b15abd15c
commit f1296c971f
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
.PHONY: examples
.PHONY: ex
EXAMPLES=mx \
chaos \
@ -9,5 +9,5 @@ EXAMPLES=mx \
q \
funkensturm \
examples:
for i in $(EXAMPLES); do go build dns/examples/$$i; done
ex:
for i in $(EXAMPLES); do go build dns/ex/$$i; done