aboutsummaryrefslogtreecommitdiff
path: root/sim/m68hc11/local.mk
diff options
context:
space:
mode:
Diffstat (limited to 'sim/m68hc11/local.mk')
-rw-r--r--sim/m68hc11/local.mk8
1 files changed, 8 insertions, 0 deletions
diff --git a/sim/m68hc11/local.mk b/sim/m68hc11/local.mk
index 838a089..3cc980b 100644
--- a/sim/m68hc11/local.mk
+++ b/sim/m68hc11/local.mk
@@ -16,6 +16,14 @@
## You should have received a copy of the GNU General Public License
## along with this program. If not, see <http://www.gnu.org/licenses/>.
+%C%_run_SOURCES =
+%C%_run_LDADD = \
+ %D%/nrun.o \
+ %D%/libsim.a \
+ $(SIM_COMMON_LIBS)
+
+noinst_PROGRAMS += %D%/run
+
%C%_BUILD_OUTPUTS = \
%D%/gencode$(EXEEXT) \
%D%/m68hc11int.c \