Project

General

Profile

Download (154 Bytes) Statistics
| Branch: | Tag: | Revision:
1
LDFLAGS=-lftdi
2

    
3
bitbang: bitbang.o soft_uart.o
4
	$(CC) $(LDFLAGS) -o $@ $^
5

    
6
clean:
7
	rm -f bitbang bitbang.o soft_uart.o
8

    
9
%: %.o
10
	$(CC) $(LDFLAGS) -o $@ $^
(3-3/7)
Add picture from clipboard (Maximum size: 48.8 MB)