aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUwe Hermann2009-07-20 15:35:12 +0200
committerUwe Hermann2009-07-20 15:35:12 +0200
commitdb0e59da962e53ba84b961a1b3d5e6a3badb2726 (patch)
tree0f51f98194f31b352621b6f1c331db644c46219d
parent4f43d8c622fddabfa891421b7d5f5daef2f364a9 (diff)
Rename example subdir to examples, we'll have more than one.
-rw-r--r--Makefile10
-rw-r--r--examples/Makefile (renamed from example/Makefile)0
-rw-r--r--examples/README (renamed from example/README)0
-rw-r--r--examples/blink.c (renamed from example/blink.c)0
-rw-r--r--examples/blink.ld (renamed from example/blink.ld)0
5 files changed, 5 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 3f7b39d..668c941 100644
--- a/Makefile
+++ b/Makefile
@@ -34,15 +34,15 @@ endif
all: build
-build: lib example
+build: lib examples
lib:
@printf " BUILD lib\n"
$(Q)$(MAKE) -C lib all
-example: lib
- @printf " BUILD example\n"
- $(Q)$(MAKE) -C example all
+examples: lib
+ @printf " BUILD examples\n"
+ $(Q)$(MAKE) -C examples all
install: build
@printf " INSTALL headers\n"
@@ -54,7 +54,7 @@ install: build
$(Q)$(INSTALL) -m 0644 lib/*.a $(LIBDIR)
clean:
- $(Q)$(MAKE) -C example clean
+ $(Q)$(MAKE) -C examples clean
$(Q)$(MAKE) -C lib clean
.PHONY: build lib example install clean
diff --git a/example/Makefile b/examples/Makefile
index 8fe0077..8fe0077 100644
--- a/example/Makefile
+++ b/examples/Makefile
diff --git a/example/README b/examples/README
index a46e75a..a46e75a 100644
--- a/example/README
+++ b/examples/README
diff --git a/example/blink.c b/examples/blink.c
index 7c7da78..7c7da78 100644
--- a/example/blink.c
+++ b/examples/blink.c
diff --git a/example/blink.ld b/examples/blink.ld
index bfae3bd..bfae3bd 100644
--- a/example/blink.ld
+++ b/examples/blink.ld