shithub: scc

ref: 321d79d6f2f158bf005366a5c5f1756a58dca25d
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*