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