shithub: scc

ref: 994751d39485e086ef623f202fb1b84729fd5d19
dir: /tests/libc/execute/Makefile/

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