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