aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorUwe Hermann2009-07-22 03:05:27 +0200
committerUwe Hermann2009-07-22 03:05:27 +0200
commit920ea7dbdb038dd119db7873ca2ad2a9758108a5 (patch)
tree04a9d5dbdd0d3c0d52319679acd0d647753e9e96 /Makefile
parent14d342e50ce9d15165a27d870213801e532fd9da (diff)
Fix typo, s/example/examples/ after an earlier rename.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 668c941..2e1a170 100644
--- a/Makefile
+++ b/Makefile
@@ -57,5 +57,5 @@ clean:
$(Q)$(MAKE) -C examples clean
$(Q)$(MAKE) -C lib clean
-.PHONY: build lib example install clean
+.PHONY: build lib examples install clean