From 53b31fa9f103d8262b7c1d28c5714238902e5081 Mon Sep 17 00:00:00 2001 From: jwijenbergh Date: Thu, 10 Feb 2022 13:36:09 +0100 Subject: Move python library load to init and fix build Signed-off-by: jwijenbergh --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 45c75c3..36a19da 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ build: test: test-go test-wrappers test-go: - go test + go test github.com/jwijenbergh/eduvpn-common/src WRAPPERS ?= $(notdir $(patsubst %/,%,$(wildcard wrappers/*/))) -- cgit v1.2.3