xref: /xnu-8792.81.2/tools/tests/kernpost_test_report/Makefile (revision 19c3b8c28c31cb8130e034cfb5df6bf9ba342d90)
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