shithub: scc

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