Browse Source

No need for `make clean` before building, that is old stuff

tags/v1.0.0
falkTX 4 years ago
parent
commit
d7a4091415
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      README.md

+ 0
- 2
README.md View File

@@ -15,7 +15,6 @@ enable the [KXStudio repositories](https://kx.studio/Repositories) and install W
Do the following to build for 32-bit Wine.

```sh
make clean
make 32
```

@@ -28,7 +27,6 @@ sudo cp build32/wineasio.dll.so /usr/lib/i386-linux-gnu/wine/wineasio.dll.so
Do the following to build for 64-bit Wine.

```sh
make clean
make 64
```



Loading…
Cancel
Save