shithub: scc

ref: f4be5adbc1593fe4b632d6ed8995c41193582971
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`