remove go dep from Makefile

This commit is contained in:
Raphael 2020-07-16 23:04:11 +02:00
parent 9eb589a3ea
commit 1248a2326c

View file

@ -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: