ref: 6b5fcb86c0175ecb678edf3b77194b7ffff2bc49
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`