mirror of
https://github.com/evilsocket/opensnitch.git
synced 2025-03-04 08:34:40 +01:00
remove go dep from Makefile
This commit is contained in:
parent
9eb589a3ea
commit
1248a2326c
1 changed files with 1 additions and 4 deletions
|
@ -7,10 +7,7 @@ install:
|
|||
@cp default-config.json /etc/opensnitchd/
|
||||
@systemctl daemon-reload
|
||||
|
||||
deps:
|
||||
@dep ensure
|
||||
|
||||
opensnitchd: deps
|
||||
opensnitchd:
|
||||
@go build -o opensnitchd .
|
||||
|
||||
clean:
|
||||
|
|
Loading…
Add table
Reference in a new issue