cleanup makefile
This commit is contained in:
parent
051fa56df0
commit
e525426c1b
1 changed files with 3 additions and 3 deletions
6
Makefile
6
Makefile
|
|
@ -1,8 +1,8 @@
|
|||
install:
|
||||
cd ./scripts && $(MAKE) install && cd ..
|
||||
cd ./dwl && $(MAKE) install && cd ..
|
||||
$(MAKE) -C ./scripts install
|
||||
$(MAKE) -C ./dwl install
|
||||
cd ./somebar && meson setup build --reconfigure && ninja -C build && ninja -C build install && cd ..
|
||||
|
||||
cd ./someblocks && $(MAKE) install && cd ..
|
||||
$(MAKE) -C ./someblocks install
|
||||
|
||||
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