ricing
This commit is contained in:
commit
a3ed53904a
6 changed files with 23 additions and 0 deletions
7
Makefile
Normal file
7
Makefile
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
install:
|
||||
cd ./dwl && $(MAKE) install && cd ..
|
||||
cd ./somebar && meson setup build --reconfigure && ninja -C build && ninja -C build install && cd ..
|
||||
|
||||
cd ./someblocks && $(MAKE) install && cd ..
|
||||
|
||||
cd ./wmenu && meson setup build --reconfigure && ninja -C build && ninja -C build install && cd ..
|
||||
Loading…
Add table
Add a link
Reference in a new issue