X-Git-Url: https://git.xandkar.net/?p=khome.git;a=blobdiff_plain;f=Makefile;h=5c490ba2eb79f06334b7dcfd10cce542cf83920c;hp=487b43d20137249261bd48a9ef5fa1404afc558b;hb=b59a4c3b614ab4e5d5ccd0c9c9d8630f3dbc41e2;hpb=0b43a166e37777a360fbbfd2043c2b1565e0cff3 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)