mirror of
https://gitlab.com/manzerbredes/ina260-beaglebone-performance.git
synced 2025-04-05 03:46:24 +02:00
10 lines
No EOL
72 B
Makefile
10 lines
No EOL
72 B
Makefile
|
|
all: read
|
|
|
|
read: read.c
|
|
gcc $^ -o $@
|
|
|
|
clean:
|
|
- rm read
|
|
|
|
.PHONY: clean |