Project

General

Profile

Download (232 Bytes) Statistics
| Branch: | Tag: | Revision:
1
CFLAGS=-I../include/ -O0 -g
2

    
3
all: tuner-test cmd-test
4

    
5
%.o: %.c
6
	$(CC) $(CFLAGS) -o $@ -c $^
7

    
8
tuner-test: tuner-test.o ../src/tuner_e4k.o
9
	$(CC) $(LDFLAGS) -o $@ $^
10

    
11
cmd-test: cmd-test.o ../src/uart_cmd.o
12
	$(CC) $(LDFLAGS) -o $@ $^
(1-1/3)
Add picture from clipboard (Maximum size: 48.8 MB)