Merge pull request #625 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

View File

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