shithub: scc

ref: 52549a2648ebf58b4d31fae7290ad5651638046c
dir: /tests/libc/execute/Makefile/

View raw version
.POSIX:

CC     = ./cc.sh

.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`