ref: 04f9f3d5db04a8ed64b0641378dbb1bab262f694
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`