diff options
| author | StevenWdV <stevenwdv@gmail.com> | 2022-02-09 00:40:38 +0100 |
|---|---|---|
| committer | StevenWdV <stevenwdv@gmail.com> | 2022-02-09 00:40:38 +0100 |
| commit | 2aad9b6ae61337ef94b05adc377a9ad2cbaa8eb8 (patch) | |
| tree | 022c006cfac7a60fd0ab8896fac3991cf34b8fce /wrappers/csharp | |
| parent | b60ecf2fe5ddfe506e02093286b3931873187e91 (diff) | |
Add Android wrapper, remove plain Java Maven wrapper.
Fix some overrides in Makefiles.
Diffstat (limited to 'wrappers/csharp')
| -rw-r--r-- | wrappers/csharp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wrappers/csharp/Makefile b/wrappers/csharp/Makefile index e120c7a..187ddbd 100644 --- a/wrappers/csharp/Makefile +++ b/wrappers/csharp/Makefile @@ -12,7 +12,7 @@ build: pack: dotnet pack EduVpnCommon.csproj --configuration Release -test: .try_build_lib +test: .try-build-lib dotnet test clean: |
