ref: 884acf9274a44d602d54e3e339c7730a9274c0d7
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`