ref: 9b355acf495a70ce2767ffae671fe2ae22521a2e
dir: /tests/ar/execute/Makefile/
.POSIX: ROOT=../../.. all: master.a @TZ=UTC PATH=$(ROOT)/bin:$$PATH ./chktest.sh master.a: mkmaster.sh @./mkmaster.sh tests: @$(MAKE) |\ grep -v TODO |\ grep FAIL >/dev/null &&\ printf '[FAIL]' || printf '[PASS]'; printf '\tar/execute\n' clean: rm -f *.a test.log rm -f file*