Add blackmagic.bin as dependency of bindata.o so that running make
in upgrade will correctly rebuild the upgrade tool if the main binary has changed.
This commit is contained in:
parent
c19ca20e36
commit
1c5ee1f11f
|
@ -12,6 +12,8 @@ OBJ = bindata.o \
|
|||
|
||||
all: $(OUTFILE)
|
||||
|
||||
bindata.o: ../src/blackmagic.bin
|
||||
|
||||
$(OUTFILE) $(OUTFILE).exe: $(OBJ)
|
||||
$(CC) $(CFLAGS) -o $@ $^ $(LDFLAGS)
|
||||
|
||||
|
|
Loading…
Reference in New Issue