From f1296c971f455b307b639b9e96028d028167b3c4 Mon Sep 17 00:00:00 2001 From: Miek Gieben Date: Sun, 5 Feb 2012 10:58:04 +0100 Subject: [PATCH] Rename examples to ex --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 30d3c027..8132e21d 100644 --- a/Makefile +++ b/Makefile @@ -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