mirror of
https://github.com/rad4day/Waybar.git
synced 2023-12-21 10:22:59 +01:00
Add simple makefile
This commit is contained in:
parent
513278597a
commit
7804514c5c
13
Makefile
Normal file
13
Makefile
Normal file
@ -0,0 +1,13 @@
|
||||
.PHONY: build run clean default
|
||||
|
||||
default: run
|
||||
|
||||
build:
|
||||
meson build
|
||||
ninja -C build
|
||||
|
||||
run: build
|
||||
./build/waybar
|
||||
|
||||
clean:
|
||||
rm -rf build
|
Loading…
x
Reference in New Issue
Block a user