minix/benchmarks/Makefile
2010-02-03 16:49:15 +00:00

8 lines
115 B
Makefile

# Makefile for the benchmarks.
all::
chmod 755 run
all clean::
for b in *bench*; do cd $$b && $(MAKE) $@; done