diff options
author | Pedro Souza <pedro@masba.net> | 2024-04-04 01:52:22 -0300 |
---|---|---|
committer | Pedro Souza <pedro@masba.net> | 2024-04-04 01:52:22 -0300 |
commit | 5a2f6687f681fa0ceff19a42ec9ddce479e67c48 (patch) | |
tree | 97fbf0acee446c267c2a71e243b239c4b61c8632 /Makefile | |
parent | c5921aec313cefa8bd6e8f4c70f057c137133028 (diff) |
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ EXES := $(ARCFIND) CFLAGS := $(addprefix -I,$(SRCDIRS)) $(XTRAFLAGS) LDLIBS := -ARCFIND_O := $(addprefix ./bin/, main.o tree.o bu-parser.o) +ARCFIND_O := $(addprefix ./bin/, main.o tree.o bu-parser.o truth_table.o) all: $(EXES) .PHONY: all |