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