shithub: scc

ref: ed6d85067b2e8dbd1e1a6bcc8317114cfc583ef1
dir: /tests/libc/execute/Makefile/

View raw version
.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