https://github.com/virtualagc/virtualagc
Raw File
Tip revision: 4e5d304eb7cd5589b924ffb8b423b6f15511b35d authored by Ron Burkey on 20 October 2018, 17:47:00 UTC
The sample Block I AGC program TRIVIUM, found at the very end of one of
Tip revision: 4e5d304
Makefile
# Copyright:	Public domain.
# Filename:	Makefile
# Purpose:	Makefile for Sunburst 37 / Shepatin 0.
# Contact:	Ron Burkey <info@sandroid.org>.
# Website:	http://www.ibiblio.org/apollo
# Mod history:	2017-05-24 MAS	Created.
#             	2017-06-17 MAS	Added --early-sbank.
#             	2017-06-18 MAS	Added --pos-checksums.

BASENAME=Sunburst37

EXTRA_YAYUL_ARGS=--early-sbank --pos-checksums

include ../Makefile.inc
back to top