From 920ea7dbdb038dd119db7873ca2ad2a9758108a5 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Wed, 22 Jul 2009 03:05:27 +0200 Subject: [PATCH] Fix typo, s/example/examples/ after an earlier rename. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 668c9410..2e1a1704 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