mirror of
https://github.com/rad4day/Waybar.git
synced 2023-12-21 10:22:59 +01:00
Merge pull request #138 from cjbassi/master
Add install and build-debug commands to makefile
This commit is contained in:
commit
aa6da11ba4
9
Makefile
9
Makefile
@ -1,4 +1,4 @@
|
||||
.PHONY: build run clean default
|
||||
.PHONY: build build-debug run clean default install
|
||||
|
||||
default: run
|
||||
|
||||
@ -6,6 +6,13 @@ build:
|
||||
meson build
|
||||
ninja -C build
|
||||
|
||||
build-debug:
|
||||
meson build --buildtype=debug
|
||||
ninja -C build
|
||||
|
||||
install: build
|
||||
ninja -C build install
|
||||
|
||||
run: build
|
||||
./build/waybar
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user