Skip to content

Commit

Permalink
Update antlr-project-testing.md
Browse files Browse the repository at this point in the history
  • Loading branch information
parrt committed Nov 4, 2017
1 parent 64ae36b commit 1701d76
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions doc/antlr-project-testing.md
Expand Up @@ -59,8 +59,7 @@ Now, make sure C# runtime is built and installed locally.
```bash
cd ~/antlr/code/antlr4/runtime/CSharp/runtime/CSharp
# kill previous ones manually as "xbuild /t:Clean" didn't seem to do it
rm Antlr4.Runtime/bin/net20/Release/Antlr4.Runtime.dll
rm Antlr4.Runtime/obj/net20/Release/Antlr4.Runtime.dll
find . -name '*.dll' -exec rm {} \;
# build
xbuild /p:Configuration=Release Antlr4.Runtime/Antlr4.Runtime.mono.csproj
```
Expand Down

0 comments on commit 1701d76

Please sign in to comment.