1
0
mirror of https://github.com/rad4day/Waybar.git synced 2023-12-21 10:22:59 +01:00

Merge pull request from Xyene/patch-1

Switch default Makefile rule from run to build
This commit is contained in:
Alex 2020-03-15 11:54:22 +01:00 committed by GitHub
commit 384200f27e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,6 +1,6 @@
.PHONY: build build-debug run clean default install
default: run
default: build
build:
meson build