From 2a619ceba75a4c16b25de12d59a87eac795a4468 Mon Sep 17 00:00:00 2001 From: jwijenbergh Date: Tue, 20 Sep 2022 15:07:40 +0200 Subject: Remove: unused wrappers --- wrappers/csharp/Makefile | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 wrappers/csharp/Makefile (limited to 'wrappers/csharp/Makefile') diff --git a/wrappers/csharp/Makefile b/wrappers/csharp/Makefile deleted file mode 100644 index 187ddbd..0000000 --- a/wrappers/csharp/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -.PHONY: build pack test clean - -EXPORTS_PATH ?= ../../exports -include $(EXPORTS_PATH)/common.mk - -# Export, see EduVpnCommon.props -export EXPORTS_LIB_PATH - -build: - dotnet publish EduVpnCommon.csproj --configuration Release - -pack: - dotnet pack EduVpnCommon.csproj --configuration Release - -test: .try-build-lib - dotnet test - -clean: - rm -rf bin/ obj/ EduVpnCommonTests/bin/ EduVpnCommonTests/obj/ -- cgit v1.2.3