diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-02-21 15:19:19 -0500 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-02-21 15:19:19 -0500 |
| commit | a94337bc116faf10e233c422798e9af99dab6682 (patch) | |
| tree | a55f74d65cd0255fdc13bf968a9477c1b9db3686 /Makefile | |
| parent | 794d236eb9b15e699c279b3703ec79d753267e82 (diff) | |
Deprecate autoformatter
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 $@ |
