Brought in Amit's latest and will now merge in my fixing from last night into his to get them synced up.
This commit is contained in:
parent
adfb6367d7
commit
c91e8fc543
8 changed files with 116 additions and 68 deletions
8
Makefile
8
Makefile
|
@ -9,6 +9,14 @@ reset:
|
|||
build:
|
||||
meson compile -j 10 -C builddir
|
||||
|
||||
release_build:
|
||||
meson --wipe builddir --buildtype release
|
||||
meson compile -j 10 -C builddir
|
||||
|
||||
debug_build:
|
||||
meson --wipe builddir --buildtype debug
|
||||
meson compile -j 10 -C builddir
|
||||
|
||||
test: build
|
||||
./builddir/runtests
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue