ref: 4eaac6bfb11cc84259e8b418d4babffdf1c637eb
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