summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index d79e03f46..8737dae1f 100644
--- a/Makefile
+++ b/Makefile
@@ -7,9 +7,8 @@
#
builddir = builds
-.PHONY: _default_build_ all
-_default_build_: all
-all %:
+.PHONY: all
+all .DEFAULT:
@if test -d $(builddir); then \
echo cd $(builddir); \
cd $(builddir); \
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback