]> git.llucax.com Git - software/makeit.git/blobdiff - lib1/Makefile
Use symbolic names in Makefiles default goals
[software/makeit.git] / lib1 / Makefile
index fe105328953bfa7d8bb4a64c4dfc032e877298c1..67f18f8c849054acfe2eb9ff5072fd28da0ca3a1 100644 (file)
@@ -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
-