]> git.llucax.com Git - software/makeit.git/blobdiff - lib2/Makefile
Use symbolic names in Makefiles default goals
[software/makeit.git] / lib2 / Makefile
index 99f8aad1335f81d2e24869aebcfacd829ea5ec87..0692b1304e084385af9176c982ad192d1f0334ab 100644 (file)
@@ -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
-