mirror of
https://github.com/Steffo99/unimore-hpc-assignments.git
synced 2024-11-26 01:54:22 +00:00
Create bench
target
This commit is contained in:
parent
f655df0eb7
commit
8cb741d24d
1 changed files with 7 additions and 1 deletions
|
@ -16,3 +16,9 @@ CFLAGS+= -g3
|
|||
|
||||
# Disable make output
|
||||
MAKEFLAGS+= --silent
|
||||
|
||||
.PHONY: bench
|
||||
|
||||
bench:
|
||||
make clean all
|
||||
./atax_acc
|
||||
|
|
Loading…
Reference in a new issue