]> git.sur5r.net Git - cc65/blobdiff - libsrc/Makefile
Allow to build just the binaries or just the libraries from the top level Makefile.
[cc65] / libsrc / Makefile
index 39a5e497e890d290e116bcec5406663fa17921a1..4f8c622fe6f360ec13477ada67c96469e2d58298 100644 (file)
@@ -47,11 +47,11 @@ endif
 
 .SUFFIXES:
 
-.PHONY: all $(TARGETS) mostlyclean clean
+.PHONY: all lib $(TARGETS) mostlyclean clean
 
 ifndef TARGET
 
-all: $(TARGETS)
+all lib: $(TARGETS)
 
 $(TARGETS):
        @$(MAKE) --no-print-directory $@