summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 245bf54..6a305b8 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,8 @@
# SPDX-License-Identifier: Unlicense
+# This Makefile exist for compile time measurements only.
+# Use CMakeLists.txt if you want to build the project.
+
WARNFLAGS = -Wall -Wextra -pedantic -Wlogical-op
OPTFLAGS = -O2
ARCHFLAGS =
@@ -12,7 +15,7 @@ _LDFLAGS = $(LDFLAGS) $(OPTFLAGS) $(addprefix -T,$(LDSCRIPTS))
OBJECTS=main.o \
data_buffer.o \
elf_image.o \
- disasm.o
+ m68k.o
.PHONY: all
all: m68k-disasm