Minor spacing changes
This commit is contained in:
parent
564a708611
commit
254cae27cc
|
@ -2,17 +2,14 @@
|
||||||
# for easier manipulation of the build process, so
|
# for easier manipulation of the build process, so
|
||||||
# it's worth adding in.
|
# it's worth adding in.
|
||||||
|
|
||||||
|
|
||||||
# The name of the resulting ROM file. This will be
|
# The name of the resulting ROM file. This will be
|
||||||
# overwritten by Nix when 'nix build' is called.
|
# overwritten by Nix when 'nix build' is called.
|
||||||
NAME ?= main
|
NAME ?= main
|
||||||
|
|
||||||
ASM=asar
|
ASM=asar
|
||||||
ASMFLAGS=
|
ASMFLAGS=
|
||||||
|
|
||||||
VPATH=src
|
VPATH=src
|
||||||
|
|
||||||
|
|
||||||
.PHONY: all
|
.PHONY: all
|
||||||
all: $(NAME).sfc
|
all: $(NAME).sfc
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue