Everything depends on dump1090.h, tell make about it.

(cherry picked from commit e1693ebe39a92422a0b6af56f307fc6c9288ad73)
This commit is contained in:
Oliver Jowett 2015-01-12 18:50:01 +00:00
parent 165f98a567
commit 4c8993865e

View file

@ -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