X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/9dbaa1f22054ff5492e793259d5641b876b57ac1..b58a57adfb73f8b5368b8c31fa120399b7c15ef4:/stglibs/Makefile

diff --git a/stglibs/Makefile b/stglibs/Makefile
index 912be63d..6b9fbe40 100644
--- a/stglibs/Makefile
+++ b/stglibs/Makefile
@@ -7,9 +7,9 @@ include ../Makefile.conf
 .PHONY: all $(STG_LIBS)
 .PHONY: clean install uninstall includes
 all: $(STG_LIBS)
-
-$(STG_LIBS):
-	$(MAKE) $(MAKECMDGOALS) -C $@
+	for LIB in $(STG_LIBS); do\
+	    $(MAKE) $(MAKECMDGOALS) -C $$LIB;\
+	done
 
 includes: all