mirror of
https://github.com/hnhx/rice.git
synced 2025-01-24 18:23:28 -03:00
13 lines
307 B
Makefile
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/
|