minix/benchmarks/Makefile

8 lines
115 B
Makefile
Raw Normal View History

2010-02-03 17:49:15 +01:00
# Makefile for the benchmarks.
all::
chmod 755 run
all clean::
for b in *bench*; do cd $$b && $(MAKE) $@; done