Skip to content

Commit

Permalink
build-sys: add couple meson keywords to Makefile
Browse files Browse the repository at this point in the history
Help people who are new to meson to get around with it.

Signed-off-by: Sami Kerola <[email protected]>
  • Loading branch information
kerolasa committed Oct 3, 2018
1 parent 0756401 commit 0213779
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
all:
ninja -C builddir

clean:
ninja -C builddir clean

install:
DESTDIR=$(DESTDIR) ninja -C builddir install

dist:
ninja -C builddir dist

check:
ninja -C builddir test

0 comments on commit 0213779

Please sign in to comment.