https://github.com/virtualagc/virtualagc
Raw File
Tip revision: a54bf1cd68f86a36a1520abb2ebef860e2e32fba authored by Ron Burkey on 28 May 2023, 16:38:32 UTC
Removed some debugging statements from the LVDC assembler.
Tip revision: a54bf1c
Makefile
# Copyright:	Public domain.
# Filename:	Makefile
# Purpose:	Makefile for TRIVIUM by IMA NIT-PICKER.
# Contact:	Ron Burkey <info@sandroid.org>.
# Website:	www.ibiblio.org/apollo/index.html
# Mod history:	2018-10-20 RSB	Created

BASENAME=TRIVIUM
EXTRA_YAYUL_ARGS+=--block1 --honeywell
NO_BINSOURCE=1

include ../Makefile.inc
back to top