From 2aad9b6ae61337ef94b05adc377a9ad2cbaa8eb8 Mon Sep 17 00:00:00 2001 From: StevenWdV Date: Wed, 9 Feb 2022 00:40:38 +0100 Subject: Add Android wrapper, remove plain Java Maven wrapper. Fix some overrides in Makefiles. --- wrappers/csharp/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wrappers/csharp') 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: -- cgit v1.2.3