Add dependency to remake table.c for l0dables if changed

This commit is contained in:
Stefan `Sec` Zehl 2011-12-20 01:57:56 +01:00
parent 9e076bc373
commit 4534c46aff
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ all: $(OUTFILE).bin
protect: $(OUTFILE).bin
$(LPCFIX) -p 2 $(OUTFILE).bin
l0dables:
l0dables: table.c
@cd l0dable && $(MAKE)
clean: