aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-02-21 15:19:19 -0500
committerBruce Hill <bruce@bruce-hill.com>2025-02-21 15:19:19 -0500
commita94337bc116faf10e233c422798e9af99dab6682 (patch)
treea55f74d65cd0255fdc13bf968a9477c1b9db3686 /Makefile
parent794d236eb9b15e699c279b3703ec79d753267e82 (diff)
Deprecate autoformatter
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 44243687..70372265 100644
--- a/Makefile
+++ b/Makefile
@@ -37,7 +37,7 @@ BUILTIN_OBJS=stdlib/siphash.o stdlib/arrays.o stdlib/bools.o stdlib/bytes.o stdl
stdlib/structs.o stdlib/enums.o stdlib/moments.o stdlib/mutexeddata.o
TESTS=$(patsubst %.tm,%.tm.testresult,$(wildcard test/*.tm))
-all: libtomo.so tomo
+all: libtomo.so tomo tomo.1
tomo: tomo.o $(BUILTIN_OBJS) ast.o parse.o environment.o types.o typecheck.o structs.o enums.o compile.o repl.o cordhelpers.o
@echo $(CC) $(CFLAGS_PLACEHOLDER) $(LDFLAGS) $^ $(LDLIBS) -o $@