ref: 200269262ccb43af46f6357140df8a232dad256d
dir: /tests/libc/execute/Makefile/
.POSIX: ROOT = ../../../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