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