shithub: scc

ref: 50a8df0490d1af1d3350fb48b83d693fd3ae0e3a
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*