Project

General

Profile

RE: Write UART2 RS-485 API » Makefile

simple makefile - Michael Williamson, 03/27/2012 08:18 AM

 
1
all: recv send
2

    
3
recv: recv.c
4
	arm-angstrom-linux-gnueabi-gcc recv.c -o recv
5

    
6
send: send.c
7
	arm-angstrom-linux-gnueabi-gcc send.c -o send
(3-3/4) Go to top
Add picture from clipboard (Maximum size: 1 GB)