X-Git-Url: https://git.llucax.com/software/makeit.git/blobdiff_plain/40f3c997f92beb5cb6839cb700c12c433579ec6b..23fbed21c284d6c286f019f0d68e1e0d2c4b2906:/lib2/Makefile diff --git a/lib2/Makefile b/lib2/Makefile index 99f8aad..0692b13 100644 --- a/lib2/Makefile +++ b/lib2/Makefile @@ -2,9 +2,9 @@ # Top-level directory T := .. +# Default goal for building this directory +.DEFAULT_GOAL := lib2 + # Include the top-level build include $T/Toplevel.mak -# Default goal for building this directory -.DEFAULT_GOAL := $L/liblib2.so -