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

github.com/ClusterM/coolgirl-multirom-builder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2021-05-27 18:37:33 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2021-05-27 18:37:33 +0300
commit6f93a40d347d48c1a2216f989484db0108c4bca3 (patch)
tree10e934094dd820a9e810689200bbfc9258f218b3 /Makefile
parent09985fdc414e5ed21cee65e148c30720628916e4 (diff)
Removed .exe from Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index f1434d9..aa5796e 100644
--- a/Makefile
+++ b/Makefile
@@ -1,10 +1,10 @@
-NESASM=tools/nesasm.exe
+NESASM=tools/nesasm
EMU=fceux
CONFIGS_DIR=configs
SOURCES=menu.asm banking.asm buildinfo.asm buttons.asm flash.asm loader.asm misc.asm preloader.asm saves.asm sounds.asm tests.asm video.asm
-TILER=tools/NesTiler.exe
-COMBINER=tools/CoolgirlCombiner.exe
-DUMPER=tools/FamicomDumper.exe
+TILER=tools/NesTiler
+COMBINER=tools/CoolgirlCombiner
+DUMPER=tools/FamicomDumper
PORT?=auto
MENU_IMAGE?=menu_header.png
IMAGES_DIR=images