mirror of
https://github.com/hnhx/rice.git
synced 2025-01-26 02:52:57 -03:00
14 lines
307 B
Makefile
14 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/
|