ref: 08f54b63417d00eff3ca95469a436888add76741
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`