ref: 32f13e84d1f68ada101e8a349c22388bd04a3d36
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`