dotfiles

My beautiful configs and dotfiles managed by Nix' home-manager
Log | Files | Refs | README | LICENSE

commit 4803de91cd2e8cf5d514a16a37ac5469f77bb3fa
parent 53c0bf9c5cd67a799c24bd760e9ec1c618383897
Author: Friedel Schön <[email protected]>
Date:   Wed, 12 Jun 2024 13:55:40 +0200

add Makefile

Diffstat:
AMakefile | 8++++++++
1 file changed, 8 insertions(+), 0 deletions(-)

diff --git a/Makefile b/Makefile @@ -0,0 +1,8 @@ +SUBDIRS = suckless/dmenu suckless/dwm suckless/slstatus suckless/st suckless/stagit + +.PHONY: all $(SUBDIRS) + +all: $(SUBDIRS) + +$(SUBDIRS): + $(MAKE) -C $@