mirror of
https://github.com/evilsocket/opensnitch.git
synced 2025-03-04 16:44:46 +01:00
7 lines
58 B
Makefile
7 lines
58 B
Makefile
all: daemon
|
|
|
|
daemon:
|
|
@go build .
|
|
|
|
clean:
|
|
@rm -rf daemon
|