aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-12-21 17:04:08 -0500
committerBruce Hill <bruce@bruce-hill.com>2025-12-21 17:06:16 -0500
commit7b3a651da64e3e1951ab01e5650c5ceaa1dd5d84 (patch)
treee0dd9ca2f01661c483bf8a24eaa1c50a2dfbfb8d /Makefile
parent07cc08924a9a15b4f743a68e0eabf8337b0b446a (diff)
Remove xxd dependency (no more building with changelog)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile11
1 files changed, 0 insertions, 11 deletions
diff --git a/Makefile b/Makefile
index e7e689d0..95384d50 100644
--- a/Makefile
+++ b/Makefile
@@ -200,17 +200,6 @@ src/stdlib/int64.o src/stdlib/int32.o src/stdlib/int16.o src/stdlib/int8.o: src/
# Num implementations depend on the shared header:
src/stdlib/num32.o src/stdlib/num64.o: src/stdlib/numX.c.h
-# These files all depend on the current tomo version:
-src/compile/files.o src/compile/headers.o src/compile/statements.o src/config.o src/environment.o \
- src/modules.o src/stdlib/stacktrace.o src/stdlib/stdlib.o src/tomo.o src/typecheck.o: CHANGES.md
-
-src/changes.md.h: CHANGES.md
- @$(ECHO) "Embedding changes.md"
- xxd -i $< > $@
-
-# The main Tomo executable embeds the changelog:
-src/tomo.o: src/changes.md.h
-
%: %.tm
./local-tomo -e $<