Skip to content
Snippets Groups Projects
Verified Commit 32152325 authored by Pea Nut's avatar Pea Nut
Browse files

[Makefile] Add default target allinone (clean/vendor/build)

parent acd8dc18
No related branches found
No related tags found
1 merge request!232Add allinone (clean/vendor/build) default target to Makefile, Remove gui/providers/providers.json from git repo, Don't use unlink on *nix in Makefile
......@@ -68,6 +68,9 @@ OPENVPN_BIN = "$(HOME)/openvpn_build/sbin/$(shell grep OPENVPN branding/thirdpar
# go build
#########################################################################
.PHONY: allinone
allinone: clean vendor build
install_go:
# the version of go in bionic is too old. let's get something newer from a ppa.
@sudo apt install software-properties-common
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment