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