Skip to content

Commit

Permalink
Create Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtuxa authored Dec 22, 2023
1 parent 9a6fa8f commit d82d8b9
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
default: clean setup build


clean:
rm -rf builddir

setup:
meson setup builddir

build:
cd builddir && ninja

0 comments on commit d82d8b9

Please sign in to comment.