7 lines
90 B
Makefile
7 lines
90 B
Makefile
|
checkseccomp: $(wildcard *.go)
|
||
|
go build -o $@
|
||
|
|
||
|
.PHONY: clean
|
||
|
clean:
|
||
|
rm -f checkseccomp
|