ref: c7aa94922866485be4cd5dee6c0f04c75b2fcd46
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`