ref: 3bbe4ce2093413924189d6e8f0851a03524cf445
dir: /test/Makefile/
# don't build anything for 'all'
all:
$(MAKE) -C ..
check:
./runtest.sh
.PHONY: clean
clean:
@for i in `awk '/^[A-Z]/{print $$2}' tests`; do \
echo rm -f $$i; \
rm -f $$i; \
done
install: