mirror of
https://github.com/evilsocket/opensnitch.git
synced 2025-03-04 08:34:40 +01:00
10 lines
77 B
Makefile
10 lines
77 B
Makefile
all: daemon
|
|
|
|
deps:
|
|
@glide up
|
|
|
|
daemon:
|
|
@go build .
|
|
|
|
clean:
|
|
@rm -rf daemon
|