Files
avr-projects/devel/uart/clientd/Makefile
T
2015-06-10 01:57:45 +02:00

8 lines
111 B
Makefile

all: client
client: main.c
gcc -std=gnu99 main.c serial.c -o client
run: client
./client /dev/ttyUSB0 9600