opensnitch/daemon/Makefile
2018-04-10 18:38:04 +02:00

10 lines
108 B
Makefile

all: opensnitchd
deps:
@glide up
opensnitchd:
@go build -o opensnitchd .
clean:
@rm -rf opensnitchd