rpi-uart/Makefile

6 lines
42 B
Makefile

all:
gcc -o uart uart.c
clean:
rm uart