shithub: scc

ref: 2f307820bc3dab666974d065749aef367982f420
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`