ina260-beaglebone-performance/sandbox/pure-read/Makefile

10 lines
72 B
Makefile
Raw Normal View History

2025-04-01 17:56:32 +02:00
all: read
read: read.c
gcc $^ -o $@
clean:
- rm read
.PHONY: clean