Revision 62edbcc8c6021789df156749d71229308ba4313a authored by Ronald Burkey on 08 August 2021, 00:25:00 UTC, committed by GitHub on 08 August 2021, 00:25:00 UTC
yaAGCb1: Fixed a few errors identified by SELF-CHECK
2 parent s 1bd6f8f + b8b57e2
Raw File
Makefile
# Copyright:	Public domain.
# Filename:	Makefile
# Purpose:	Makefile for Manche45 revision 2.
#		The final, flown release of the software for the Command
#		Module's (CM) Apollo Guidance Computer (AGC) for Apollo 10.
#		It has been reconstructed from a listing of Comanche 055
#		and NASA drawing 2021153D.
# Contact:	Ron Burkey <info@sandroid.org>.
# Website:	http://www.ibiblio.org/apollo
# Mod history:	2020-12-24 MAS	Created.

BASENAME=Manche45R2

NO_BINSOURCE=yes
EXTRA_TARGETS=diffManche45R2sums

include ../Makefile.inc

.PHONY: diffManche45R2sums
diffManche45R2sums:
	../Tools/check_buggers.py Manche45R2.bin Manche45R2.buggers
back to top