Skip to content

Commit

Permalink
Remove static data member syntax::contexts
Browse files Browse the repository at this point in the history
Signed-off-by: yamacir-kit <[email protected]>
  • Loading branch information
yamacir-kit committed Dec 23, 2024
1 parent 9a0971a commit c7ea03c
Show file tree
Hide file tree
Showing 4 changed files with 71 additions and 131 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,9 @@ Then, select one of the following targets and `make` it according to your purpos

| Target | Description
|-------------|-------------
| `all` | Build shared-library `libmeevax.0.5.307.so` and executable `meevax`.
| `all` | Build shared-library `libmeevax.0.5.308.so` and executable `meevax`.
| `install` | Copy files into `/usr/local` directly.
| `package` | Generate debian package `meevax_0.5.307_amd64.deb` (only Ubuntu). The generated package can be installed by `sudo apt install build/meevax_0.5.307_amd64.deb`.
| `package` | Generate debian package `meevax_0.5.308_amd64.deb` (only Ubuntu). The generated package can be installed by `sudo apt install build/meevax_0.5.308_amd64.deb`.
| `test` | Test executable `meevax`. This target requires Valgrind to be installed.
| `uninstall` | Remove files copied to `/usr/local` directly by target `install`.

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.307
0.5.308
Loading

0 comments on commit c7ea03c

Please sign in to comment.