@ -0,0 +1,12 @@
all:
go build
watcher:
cc -o watcher watcher.c
clean:
go clean
rm watcher
.PHONY: all clean watcher
The note is not visible to the blocked user.