Skip to content

Commit

Permalink
fix convenience executable make target
Browse files Browse the repository at this point in the history
  • Loading branch information
MikkelSchubert committed Nov 27, 2024
1 parent b479276 commit fbeb5b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ BUILDDIR := build
NINJAFILE := ${BUILDDIR}/build.ninja

executable: ${NINJAFILE}
meson compile -C "${BUILDDIR}"
meson compile -C "${BUILDDIR}" adapterremoval3

clean:
rm -rvf "${BUILDDIR}"
Expand Down

0 comments on commit fbeb5b9

Please sign in to comment.