xref: /xnu-10063.121.3/tools/tests/kernpost_test_report/Makefile (revision 2c2f96dc2b9a4408a43d3150ae9c105355ca3daa)
1include ../Makefile.common
2
3DSTROOT?=$(shell /bin/pwd)
4
5all: $(DSTROOT)/kernpost_test_report
6
7$(DSTROOT)/kernpost_test_report: kernpost_test_report.lua
8	cp $^ $@
9	chmod +x $@
10
11clean:
12	rm -f $(DSTROOT)/kernpost_test_report