shithub: scc

ref: f13bf4d88bf6ab600d9b7faf524de685d3870ab6
dir: /tests/ar/execute/Makefile/

View raw version
.POSIX:

PROJECTDIR=$$PWD/../../../
ROOT=$(PROJECTDIR)/root

all: tests

tests: master.a
	@TZ=UTC PATH=$(ROOT)/bin:$$PATH chktest.sh

master.a:
	./mkmaster.sh

clean:
	rm -f *.a test.log
	rm -f file*