summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDavid Phillips <david@sighup.nz>2018-08-01 02:04:47 +1200
committerDavid Phillips <david@sighup.nz>2018-08-01 02:04:47 +1200
commit957d77141f56714e9f4551c8d49e6658ff778ce7 (patch)
treeb4d0207a06f12de12c1172312b6ee5de54c79a6f /Makefile
parenta2e204aea97e7f844a5303f956c893579a89623e (diff)
downloadhence-957d77141f56714e9f4551c8d49e6658ff778ce7.tar.xz
Add line area/span indication to error messages
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index bdfcc72..5ba9cc6 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ CFLAGS += -std=c99 -D_XOPEN_SOURCE=500 -D_POSIX_C_SOURCE=200809L -Wall -Wextra
all: simulator
-simulator: simulator.o gate.o logic.o lexer.o parser.o
+simulator: simulator.o common.o gate.o logic.o lexer.o parser.o
.PHONY: test
test: all