Makefile: Add lsteamclient and dxvk convenience targets

This commit is contained in:
Andrew Eikum 2019-06-13 09:53:25 -05:00
parent 11d23de666
commit 625d6ef653
2 changed files with 22 additions and 4 deletions

View file

@ -73,7 +73,7 @@ can be distributed as a Proton package. This is what we use to deploy Proton to
Steam users. The package will be dropped into a new directory in
`vagrant_share/`, named after the nearest Git tag (see `git describe`).
`make clean` - This will completely erase the build tree.
`make clean` - This will completely erase the build tree in the VM.
`make help` - View the Makefile documentation and examples.
@ -86,6 +86,8 @@ the specified module, and copy the result into the `vagrant_share` directory.
This allows rapid iteration on one module. This target is only useful after
building Proton.
`make dxvk` - This will rebuild DXVK and copy it into `vagrant_share`.
If you are doing significant Wine development or want to control the build with
more fine detail, see the full documentation below.