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