X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/9dbaa1f22054ff5492e793259d5641b876b57ac1..4a1a62fae847eab4e83fdd61a5c801e9ec99529e:/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