From 254cae27cc37db7c30cc64d66fb8f83fad94a446 Mon Sep 17 00:00:00 2001 From: kiana-S Date: Wed, 27 Apr 2022 22:24:35 -0400 Subject: [PATCH] Minor spacing changes --- with-asar/Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/with-asar/Makefile b/with-asar/Makefile index 1a39c57..13d4fa7 100644 --- a/with-asar/Makefile +++ b/with-asar/Makefile @@ -2,17 +2,14 @@ # 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 ASMFLAGS= - VPATH=src - .PHONY: all all: $(NAME).sfc