From da3db4e7f82d902a267cbdeb33a0b59e5909d097 Mon Sep 17 00:00:00 2001 From: bernd Date: Thu, 4 Aug 2011 14:44:10 +0200 Subject: [PATCH] First create autogenerated source file in r0ket, then create bridge files for these --- simulat0r/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/simulat0r/Makefile b/simulat0r/Makefile index 96a938b..7328ea2 100644 --- a/simulat0r/Makefile +++ b/simulat0r/Makefile @@ -4,7 +4,8 @@ all : tui gui tui-core : $(MAKE) -C ../firmware/l0dable usetable.h - $(MAKE) -C firmware + cd ..; $(SHELL) simulat0r/bin/update-bridge-files.sh +$(MAKE) -C firmware $(MAKE) -C simcore $(MAKE) -C tui