1
0
Fork 0
mirror of https://github.com/JasonN3/build-container-installer.git synced 2025-12-25 02:47:56 +01:00
This commit is contained in:
Jason N. 2024-03-28 08:57:44 -04:00
parent 60ef06188d
commit 4e952bd59d

View file

@ -148,7 +148,7 @@ clean:
.PHONY: install-deps
install-deps:
$(install_pkg) lorax xorriso coreutils gettext)
$(install_pkg) lorax xorriso coreutils gettext
$(foreach DIR,$(_SUBDIRS),$(MAKE) -w -C $(DIR) install-deps;)