opensnitch/ui.gtk/Makefile

7 lines
58 B
Makefile

all: ui.gtk
ui.gtk:
@go build .
clean:
@rm -rf ui.gtk