This commit is contained in:
Zhongheng Liu 2025-10-02 15:09:34 +02:00
commit a3ed53904a
6 changed files with 23 additions and 0 deletions

7
Makefile Normal file
View 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 ..