https://github.com/virtualagc/virtualagc
Revision 66d8e606a8d996ded60bc81d5edf319142a5fad9 authored by Ron Burkey on 04 October 2021, 11:49:55 UTC, committed by Ron Burkey on 04 October 2021, 11:49:55 UTC
2 parent s dfc2190 + 42c2282
Raw File
Tip revision: 66d8e606a8d996ded60bc81d5edf319142a5fad9 authored by Ron Burkey on 04 October 2021, 11:49:55 UTC
Merge branch 'master' of https://github.com/virtualagc/virtualagc
Tip revision: 66d8e60
Makefile
# Copyright:	Public domain.
# Filename:	Makefile
# Purpose:      Makefile for an attempt to reconstruct Sundance revision 306
#               as closely as possible with available information.
#               Sundance 306 is the source code for the Lunar Module's (LM) 
#               Apollo Guidance Computer (AGC) for Apollo 9. This program was
#               created using the mixed-revision SundanceXXX as a starting
#               point, and pulling back features from Luminary 69 believed to
#               have been added based on memos, checklists, observed address
#               changes, or the Sundance GSOPs.
# Contact:	Ron Burkey <info@sandroid.org>.
# History:	2020-07-24 	MAS	Created.

BASENAME=Sundance306ish

EXTRA_YAYUL_ARGS+=--parity
NO_BINSOURCE=yes

include ../Makefile.inc
back to top