diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-09-13 14:23:24 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-09-13 14:23:24 -0400 |
| commit | 34c562e88e4c7b779bc3374019c0124f68d9125f (patch) | |
| tree | dee6fa04a0c27a3f5e66992a86b18266e674f474 /Makefile | |
| parent | 06e432aa8df1defc670cfb557de180cbd7a469f3 (diff) | |
Move cord helper functions into their own file
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -36,7 +36,7 @@ TESTS=$(patsubst %.tm,%.tm.testresult,$(wildcard test/*.tm)) all: libtomo.so tomo -tomo: tomo.o $(BUILTIN_OBJS) ast.o parse.o environment.o types.o typecheck.o structs.o enums.o compile.o repl.o +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 $@ @$(CC) $(CFLAGS) $(CWARN) $(LDFLAGS) $^ $(LDLIBS) -o $@ |
