summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorClément Bœsch <ubitux@gmail.com>2012-05-12 17:33:16 +0200
committerClément Bœsch <ubitux@gmail.com>2012-05-19 12:28:59 +0200
commit06e4b983829234110427a5a8f59553b95ac452e7 (patch)
tree7f4f66b3dcf7d10559a51b8028f1f6ce26abe7e4 /Makefile
parent6c211085bb66aabe196d1646abbbf3c4ced914df (diff)
build: remove non-existant examples rule.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8d39cd021d..aad073a6c4 100644
--- a/Makefile
+++ b/Makefile
@@ -177,5 +177,5 @@ $(sort $(OBJDIRS)):
# so this saves some time on slow systems.
.SUFFIXES:
-.PHONY: all all-yes alltools check *clean config examples install*
+.PHONY: all all-yes alltools check *clean config install*
.PHONY: testprogs uninstall*