summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorkali kaneko (leap communications) <kali@leap.se>2020-06-16 22:05:10 +0200
committerkali kaneko (leap communications) <kali@leap.se>2020-06-26 12:13:38 +0200
commitd41ddde8f2541c50425dc62a7931a1c4e54188b9 (patch)
tree192982f991fd9a04d81583e857f0e11759693dac /Makefile
parentf174e76156759cf28cbe067d1270395cee425758 (diff)
[pkg] add generation of vendored config again
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9c2180f..18434d0 100644
--- a/Makefile
+++ b/Makefile
@@ -138,7 +138,7 @@ ifeq (${SKIP_CACHECK}, no)
endif
generate:
- @go generate cmd/bitmask-vpn/main.go
+ @go generate gui/backend.go
relink_default:
ifneq (,$(wildcard ${DEFAULT_PROVIDER}))