Comment Makefile
This commit is contained in:
parent
a238739003
commit
564a708611
|
@ -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
|
NAME ?= main
|
||||||
|
|
||||||
ASM=asar
|
ASM=asar
|
||||||
|
@ -5,6 +12,7 @@ ASMFLAGS=
|
||||||
|
|
||||||
VPATH=src
|
VPATH=src
|
||||||
|
|
||||||
|
|
||||||
.PHONY: all
|
.PHONY: all
|
||||||
all: $(NAME).sfc
|
all: $(NAME).sfc
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue