mirror of
https://github.com/rad4day/Waybar.git
synced 2023-12-21 10:22:59 +01:00
Switch default Makefile rule from run to build
This commit makes it so that running `make` without arguments builds rather than builds and runs, which is unconventional and surprising behaviour.
This commit is contained in:
parent
4471d4aba1
commit
5e712ca255
2
Makefile
2
Makefile
@ -1,6 +1,6 @@
|
||||
.PHONY: build build-debug run clean default install
|
||||
|
||||
default: run
|
||||
default: build
|
||||
|
||||
build:
|
||||
meson build
|
||||
|
Loading…
x
Reference in New Issue
Block a user