swh:1:snp:63e2d142f91fc04ec33789d9d7bb85f3bef72e05
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 Borealis.
# Contact:	Ron Burkey <info@sandroid.org>.
# Website:	http://www.ibiblio.org/apollo
# Mod history:	2017-01-30 MAS	Cleaned up from Aurora12 Makefile.
#             	2017-06-28 MAS	Converted from BLK2 to AGC.

BASENAME=Borealis
EXTRA_YAYUL_ARGS+=--parity --honeywell

# Borealis, being a custom program, will never have a binsource.
NO_BINSOURCE=yes

include ../Makefile.inc
back to top