https://github.com/virtualagc/virtualagc
Revision 1bd6f8fffc28ad42d0462934ed928cf7ef090edd authored by Ronald Burkey on 26 July 2021, 22:16:51 UTC, committed by GitHub on 26 July 2021, 22:16:51 UTC
2 parent s 3577d0b + ff4d9e7
Raw File
Tip revision: 1bd6f8fffc28ad42d0462934ed928cf7ef090edd authored by Ronald Burkey on 26 July 2021, 22:16:51 UTC
Merge pull request #1148 from ThymoNL/no-resume
Tip revision: 1bd6f8f
Makefile
# Copyright:	Public domain.
# Filename:	Makefile
# Purpose:	Makefile for Luminary 69 revision 2.
#		The flown version of software for the Lunar Module's (LM)
#		Apollo Guidance Computer (AGC) for Apollo 10. It has been
#		reconstructed from a listing of Luminary 069 (revision 0),
#		Luminary 099 (revision 1), and Luminary memos 75 and 78.
# Contact:	Ron Burkey <info@sandroid.org>.
# History:	2019-07-27 	MAS	Created.

BASENAME=LUM69R2

NO_BINSOURCE=yes
EXTRA_TARGETS=diffLUM69R2sums

include ../Makefile.inc

.PHONY: diffLUM69R2sums
diffLUM69R2sums:
	../Tools/check_buggers.py LUM69R2.bin LUM69R2.buggers
back to top