Trigger autogeneration of table files from top level simulat0r Makefile
This commit is contained in:
parent
d500cf0cbc
commit
590346be6b
|
@ -3,6 +3,7 @@ all : tui gui
|
|||
.PHONY : tui gui tui-core clean
|
||||
|
||||
tui-core :
|
||||
$(MAKE) -C ../firmware/l0dable usetable.h
|
||||
$(MAKE) -C firmware
|
||||
$(MAKE) -C simcore
|
||||
$(MAKE) -C tui
|
||||
|
|
Loading…
Reference in New Issue