shithub: scc

ref: 5ab34fe6b03c4e0938f17fe445e96bc19bf76768
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`