Skip to content

Commit

Permalink
chore: trim trailing newline
Browse files Browse the repository at this point in the history
  • Loading branch information
Sophon96 committed Oct 4, 2023
1 parent 9547762 commit 2f6fe52
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ JABACAT-created machine learning library from scratch.
## Build
> [!IMPORTANT]
> This project uses [The Meson Build system](https://mesonbuild.com/index.html). Follow instructions posted on the website to [install meson](https://mesonbuild.com/SimpleStart.html). On Windows, there is a winget package available.
To build, setup the build directory. Any configuration steps should be done now (specifying compiler or linker, etc.).
```bash
meson setup build # replace `build` with any arbitrary output build directory
Expand All @@ -25,4 +26,3 @@ Run `meson test` to test the project.
```bash
meson test -C build # replace `build`
```

1 change: 0 additions & 1 deletion core/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ jmlcore = library('jmlcore',
core_sources,
include_directories: core_inc,
install: true)

1 change: 0 additions & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@ project('jml', 'cpp',
core_inc = include_directories('core/include')

subdir('core')

0 comments on commit 2f6fe52

Please sign in to comment.