mirror of
https://github.com/evilsocket/opensnitch.git
synced 2025-03-04 08:34:40 +01:00
7 lines
58 B
Makefile
7 lines
58 B
Makefile
all: ui.gtk
|
|
|
|
ui.gtk:
|
|
@go build .
|
|
|
|
clean:
|
|
@rm -rf ui.gtk
|