shithub: scc

ref: 7ec9f2612f4ac5e4e15922369c7536753e68fc26
dir: /tests/ar/execute/Makefile/

View raw version
.POSIX:

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

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*