index
:
ina260-beaglebone-performance.git
master
Reproducibility: " Design and Evaluation of Single-Board Computer Based Power Monitoring for IoT and Edge Systems."
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sandbox
/
pure-read
/
Makefile
blob: 353835bbc4e269a7afc7679484a9f6337f541f52 (
plain
)
1
2
3
4
5
6
7
8
9
10
all: read read: read.c gcc $^ -o $@ clean: - rm read .PHONY: clean