summaryrefslogtreecommitdiff
path: root/wrappers/csharp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'wrappers/csharp/Makefile')
-rw-r--r--wrappers/csharp/Makefile2
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: