ref: 675581f2a90f86ee912f4576ccaadca0f7f08ebf
dir: /tests/libc/execute/Makefile/
.POSIX: ROOT = ../../.. CFLAGS = CC = SCCPREFIX=$(ROOT) ./cc.sh .c: $(CC) $(CFLAGS) -o $@ $< all: tests tests: @CFLAGS='' SCCPREFIX=$(ROOT) ./chktest.sh libc-tests.lst clean: rm -f *.o *core a.out test.log