mirror of
https://github.com/evilsocket/opensnitch.git
synced 2025-03-04 00:24:40 +01:00
8 lines
95 B
Makefile
8 lines
95 B
Makefile
![]() |
all: osd
|
||
|
|
||
|
osd:
|
||
|
go build -o osd github.com/evilsocket/opensnitch/daemon
|
||
|
|
||
|
clean:
|
||
|
rm -rf osd ui
|