shithub: scc

ref: 0663aab4168efce2a70f907b7d723c1c85122c27
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*