https://github.com/virtualagc/virtualagc
Revision 3577d0b1de1ac147c1710524517c563b2bfe231c authored by Ronald Burkey on 30 May 2021, 19:14:00 UTC, committed by GitHub on 30 May 2021, 19:14:00 UTC
Issue 1143: Fix various symbol name and other minor typos
2 parent s bc21d6b + 8d274f6
Raw File
Tip revision: 3577d0b1de1ac147c1710524517c563b2bfe231c authored by Ronald Burkey on 30 May 2021, 19:14:00 UTC
Merge pull request #1147 from smithery1/Issue/1143
Tip revision: 3577d0b
Makefile
# Copyright:	Public domain.
# Filename:	Makefile
# Purpose:	Makefile for Comanche 051.
#		The original release of the software for the Command Module's
#		(CM) Apollo Guidance Computer (AGC) for Apollo 11. 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:	2019-07-30 MAS	Created.

BASENAME=Comanche051

NO_BINSOURCE=yes
EXTRA_TARGETS=diffComanche051sums

include ../Makefile.inc

.PHONY: diffComanche051sums
diffComanche051sums:
	../Tools/check_buggers.py Comanche051.bin Comanche051.buggers
back to top