ref: 19f4d62e77c2b66116a48c6605f2cc9f239e53b0
dir: /tests/libc/execute/Makefile/
.POSIX: CC = ./cc.sh .c: $(CC) $(CFLAGS) -o $@ $< all: tests tests: @CC=$(CC) ./chktest.sh libc-tests.lst clean: rm -f *.o *core test.log `awk '{print $$1}' libc-tests.lst`