index
:
mbw
master
Memory Bandwidth Benchmark
derf
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Makefile
blob: c6d7215cbe8d3677f9df37dba1a41911e61cf562 (
plain
)
1
2
3
4
5
6
mbw: mbw.c gcc -Wall -Wextra -pedantic -O2 -o mbw mbw.c .PHONY: clean clean: rm -f mbw