Everything depends on dump1090.h, tell make about it.
(cherry picked from commit e1693ebe39a92422a0b6af56f307fc6c9288ad73)
This commit is contained in:
parent
165f98a567
commit
4c8993865e
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -18,7 +18,7 @@ CC=gcc
|
|||
|
||||
all: dump1090 view1090
|
||||
|
||||
%.o: %.c
|
||||
%.o: %.c dump1090.h
|
||||
$(CC) $(CPPFLAGS) $(CFLAGS) $(EXTRACFLAGS) -c $<
|
||||
|
||||
dump1090: dump1090.o anet.o interactive.o mode_ac.o mode_s.o net_io.o
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue