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