rpi-uart/Makefile
2021-02-19 10:09:41 +01:00

6 lines
34 B
Makefile

all:
gcc uart.c
clean:
rm uart