swh:1:snp:92f3f585b9ae79620ad8c41a332d6329b31fd381
Raw File
Tip revision: 078c79d8734a9ed2860303a7c1662004284fe853 authored by Ron Burkey on 07 August 2022, 15:04:04 UTC
Fixed a potential string-overflow bug in yaASM. Removed timestamps from
Tip revision: 078c79d
Makefile
# Copyright:	Public domain.
# Filename:	Makefile
# Purpose:	Makefile for Comanche 044.
#		The original 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-03 MAS	Created.

BASENAME=Comanche044

NO_BINSOURCE=yes
EXTRA_TARGETS=diffComanche044sums

include ../Makefile.inc

.PHONY: diffComanche044sums
diffComanche044sums:
	../Tools/check_buggers.py Comanche044.bin Comanche044.buggers
back to top