arch build

This commit is contained in:
2024-10-23 14:02:50 +01:00
parent 11ef7f988d
commit 21f2d4c5ab
2 changed files with 4 additions and 4 deletions

View File

@@ -28,10 +28,8 @@ $ ./owo -o output.txt "Hello, world!"
```
## Building
```bash
$ cmake . -B build
$ cd build && make
$ make
```bash
$ make dirs build_unix
$ ./owo "Hello, world!"
hewwo, wowld!
```