opensnitch/daemon/Makefile
2018-04-02 17:54:56 +02:00

7 lines
58 B
Makefile

all: daemon
daemon:
@go build .
clean:
@rm -rf daemon