stricter make rules for makefaup1090
This commit is contained in:
parent
3e3c525b0b
commit
d848a94358
|
|
@ -22,6 +22,8 @@ all: faup1090
|
||||||
|
|
||||||
faup1090.o: faup1090.c faup1090.h
|
faup1090.o: faup1090.c faup1090.h
|
||||||
|
|
||||||
|
faup1090: faup1090.o
|
||||||
|
|
||||||
faup1090: faup1090.o anet.o interactive.o mode_ac.o mode_s.o net_io.o
|
faup1090: faup1090.o anet.o interactive.o mode_ac.o mode_s.o net_io.o
|
||||||
$(CC) -g -o faup1090 faup1090.o anet.o interactive.o mode_ac.o mode_s.o net_io.o coaa1090.obj $(LIBS) $(LDFLAGS)
|
$(CC) -g -o faup1090 faup1090.o anet.o interactive.o mode_ac.o mode_s.o net_io.o coaa1090.obj $(LIBS) $(LDFLAGS)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue