From 564a708611bc66e82410fbac863e6201f119b2fd Mon Sep 17 00:00:00 2001 From: kiana-S Date: Wed, 27 Apr 2022 22:19:52 -0400 Subject: [PATCH] Comment Makefile --- with-asar/Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/with-asar/Makefile b/with-asar/Makefile index 732c45b..1a39c57 100644 --- a/with-asar/Makefile +++ b/with-asar/Makefile @@ -1,3 +1,10 @@ +# This makefile is largely pointless, but it allows +# for easier manipulation of the build process, so +# it's worth adding in. + + +# The name of the resulting ROM file. This will be +# overwritten by Nix when 'nix build' is called. NAME ?= main ASM=asar @@ -5,6 +12,7 @@ ASMFLAGS= VPATH=src + .PHONY: all all: $(NAME).sfc