X-Git-Url: https://git.xandkar.net/?a=blobdiff_plain;f=Makefile;h=5c490ba2eb79f06334b7dcfd10cce542cf83920c;hb=989816aa2e92666c29ef76deed66f786525a62eb;hp=487b43d20137249261bd48a9ef5fa1404afc558b;hpb=dffe5c946bbc4f156fe6b600c8af1c31b6bf4416;p=khome.git diff --git a/Makefile b/Makefile index 487b43d..5c490ba 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ MAKEFLAGS := --no-builtin-rules -.PHONY: home pkgs_install pkgs_purge pkgs +.PHONY: home pkgs_install pkgs_purge pkgs deps home: @cp -Rp home/bin $(HOME)/ @@ -24,3 +24,6 @@ pkgs_install: list pkgs-install pkgs_purge: list pkgs-purge sudo apt purge $(shell ./list pkgs-purge) + +deps: + @$(foreach d,$(wildcard deps/*),cd $(d) && make)