mirror of
https://github.com/intrepidcs/libicsneo.git
synced 2026-08-05 09:28:40 +02:00
10 lines
170 B
Makefile
10 lines
170 B
Makefile
# ©2013-2014 Cameron Desrochers
|
|
|
|
include ../build/makefile.inc
|
|
|
|
default:
|
|
$(MAKE) -C ../build bin/benchmarks$(EXT)
|
|
|
|
run: default
|
|
../build/bin/benchmarks$(EXT)
|