rice/Makefile
2021-12-27 11:41:22 +01:00

13 lines
307 B
Makefile

all:
git clone https://git.suckless.org/dwm
git clone https://git.suckless.org/st
cp ./stconfig.h ./st/config.h
cp -f ./x.c ./st/x.c
cp ./dwmconfig.h ./dwm/config.h
cp -f ./.xinitrc ~/.xinitrc
feh --bg-scale ./bg.jpg
install:
$(MAKE) -C st install
$(MAKE) -C dwm install
cp ./bar /usr/local/bin/