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