shithub: scc

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