Skip to content

Commit

Permalink
Makefile: fix meson deprecations
Browse files Browse the repository at this point in the history
  • Loading branch information
khaneliman committed May 28, 2024
1 parent 8adb0a5 commit 381fe83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
default: build

build:
meson build
meson setup build
ninja -C build

build-debug:
meson build --buildtype=debug
meson setup build --buildtype=debug
ninja -C build

install: build
Expand Down

0 comments on commit 381fe83

Please sign in to comment.