shithub: scc

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