Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/nes-warface.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2022-02-23 19:30:01 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2022-02-23 19:30:01 +0300
commitc83eea7ebd55bab4ef90e03fde65ec759c9c0180 (patch)
treef72bd43c55a79db9c36a60f2b8443f554fc7c65c /Makefile
parent75920b63bab409e3d83597486436c65b66660054 (diff)
Refactoring
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 8dca427..0eab172 100644
--- a/Makefile
+++ b/Makefile
@@ -406,9 +406,9 @@ $(MUSIC_BIN):
dd if=$(MUSIC) of=music.bin bs=1 skip=128
write: $(EXECUTABLE)
- tools\FamicomDumper.exe script --csfile WriteWarface.cs --sound
+ tools\famicom-dumper.exe script --csfile Scripts/WriteWarface.cs --sound
erase:
- tools\FamicomDumper.exe script --csfile EraseCheck.cs --sound
+ tools\famicomDumper.exe script --csfile Scripts/EraseCheck.cs --sound
.PHONY: clean write erase