shithub: scc

ref: 6e9d1522e50e81ab34916a0cf02fd838db7771c8
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`