ref: 1b51b30c2d7d831f8e8ef83b254fe6cd2052ff89
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`