Add dependency to remake table.c for l0dables if changed
This commit is contained in:
parent
9e076bc373
commit
4534c46aff
|
@ -64,7 +64,7 @@ all: $(OUTFILE).bin
|
|||
protect: $(OUTFILE).bin
|
||||
$(LPCFIX) -p 2 $(OUTFILE).bin
|
||||
|
||||
l0dables:
|
||||
l0dables: table.c
|
||||
@cd l0dable && $(MAKE)
|
||||
|
||||
clean:
|
||||
|
|
Loading…
Reference in New Issue