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

View File

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