X-Git-Url: https://git.llucax.com/software/makeit.git/blobdiff_plain/a4419536621943012477a48fc1fc5b1c730a2834..15551bd077a4b0faaf64ede1634251695f38e0be:/lib1/Makefile?ds=sidebyside diff --git a/lib1/Makefile b/lib1/Makefile index fe10532..67f18f8 100644 --- a/lib1/Makefile +++ b/lib1/Makefile @@ -2,9 +2,9 @@ # Top-level directory T := .. +# Default goal for building this directory +.DEFAULT_GOAL := lib1 + # Include the top-level build include $T/Toplevel.mak -# Default goal for building this directory -.DEFAULT_GOAL := $L/liblib1.so -