cri-o/test/checkseccomp/Makefile

7 lines
90 B
Makefile
Raw Normal View History

checkseccomp: $(wildcard *.go)
go build -o $@
.PHONY: clean
clean:
rm -f checkseccomp