stricter make rules for makefaup1090

This commit is contained in:
Karl Lehenbauer 2014-08-15 20:03:05 +00:00
parent 3e3c525b0b
commit d848a94358
1 changed files with 2 additions and 0 deletions

View File

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