mirror of
https://gitlab.com/manzerbredes/ina260-beaglebone-performance.git
synced 2025-04-19 04:09:49 +00:00
Cleaning repository
This commit is contained in:
commit
2f1837a75e
26 changed files with 628 additions and 0 deletions
10
sandbox/pure-read/Makefile
Normal file
10
sandbox/pure-read/Makefile
Normal file
|
@ -0,0 +1,10 @@
|
|||
|
||||
all: read
|
||||
|
||||
read: read.c
|
||||
gcc $^ -o $@
|
||||
|
||||
clean:
|
||||
- rm read
|
||||
|
||||
.PHONY: clean
|
Loading…
Add table
Add a link
Reference in a new issue