summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2009-12-05 00:40:57 +0000
committerMorgan Deters <mdeters@gmail.com>2009-12-05 00:40:57 +0000
commit200f36785acf7aac3e7e230795ea7ffdb6b1ed64 (patch)
treef75b5f5ddab8a479b9ed80340f102cfd1d28f882 /Makefile
parent49c66a500e7252c58e8967d3d9d38d53a95a5318 (diff)
more build system work
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 707f3cda3..74a1e169b 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
-.PHONY: default
-default: all
+.PHONY: _default_build_
+_default_build_: all
%:
@if test -e builds; then \
echo cd builds; \
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback