10 lines
161 B
Makefile
10 lines
161 B
Makefile
# ©2013-2014 Cameron Desrochers
|
|
|
|
include ../build/makefile.inc
|
|
|
|
default:
|
|
$(MAKE) -C ../build bin/benchmarks$(EXT)
|
|
|
|
run: default
|
|
../build/bin/benchmarks$(EXT)
|