summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2023-09-25 15:36:19 +0200
committer hap <happppp@users.noreply.github.com>2023-09-25 15:37:32 +0200
commit8d3545d73109b74b075100aa968ecb64abdadf85 (patch)
tree8f8513112272079a05b6b06f1a0f609f5ff4cfcf
parentcb18d1f8c9ab46a3906e82252218949a5833176e (diff)
makefile: update some outdated stuff
-rw-r--r--makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/makefile b/makefile
index 59e9f46c709..bd5a442cb71 100644
--- a/makefile
+++ b/makefile
@@ -103,7 +103,7 @@
# QT_HOME = /usr/lib64/qt48/
-# SOURCES = src/mame/atari/asteroid.cpp,src/mame/cinemat/cchasm.cpp
+# SOURCES = src/mame/atari/asteroid.cpp,src/mame/cinematronics/cchasm.cpp
# SOURCEFILTER = mydrivers.flt
@@ -236,7 +236,7 @@ endif
#-------------------------------------------------
# specify core target: mame, ldplayer
-# specify subtarget: mame, arcade, mess, tiny, etc.
+# specify subtarget: mame, tiny, etc.
# build scripts will be run from
# scripts/target/$(TARGET)/$(SUBTARGET).lua
#-------------------------------------------------
@@ -983,8 +983,6 @@ SRC = src
3RDPARTY = 3rdparty
ifeq ($(SUBTARGET_FULL),mame)
PROJECT_NAME := $(SUBTARGET_FULL)
-else ifeq ($(SUBTARGET_FULL),mess)
-PROJECT_NAME := $(SUBTARGET_FULL)
else
PROJECT_NAME := $(TARGET)$(SUBTARGET_FULL)
endif