ref: 38670978b7243e0b2093c553a4c3df03178d9d0a
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`