mikehaertel / minrx

Minimal matcher for POSIX Extended Regular Expressions
GNU Lesser General Public License v3.0
3 stars 2 forks source link

Build does not create rxgrep executable #20

Closed arnoldrobbins closed 2 weeks ago

arnoldrobbins commented 1 month ago

Running make does not create the rxgrep executable. It pretends it does:

$ make
...
cd builds/release && meson compile
[7/7] Linking target rxgrep
ln -sf builds/release/tryit .

But it doesn't work, there's no rxgrep executable when done.

arnoldrobbins commented 2 weeks ago

This is fixed in commit 9688e19fdd40c4961b10ae710adbbaeac1c2b893. Closing the issue.