ref: 7e4b96f8949a4dc2e1da9a003b148ab0973123b0
dir: /tests/libc/execute/Makefile/
.POSIX:
CC = gcc-scc
.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`