ref: b269fb0c8a2dc4b18dd28deb1ed9e44b7a10ace0
parent: 35be3954232412816397a6bebfe5b08cb7fa0680
author: Ori Bernstein <[email protected]>
date: Wed Jun 13 11:33:03 EDT 2012
Set a default goal. This leads to a bit less confusion.
--- a/mk/c.mk
+++ b/mk/c.mk
@@ -1,3 +1,4 @@
+.DEFAULT_GOAL=all
_DEPSDIR = .deps
_DEPS=$(addprefix $(_DEPSDIR)/, $(OBJ:.o=.d))