diff options
author | David Phillips <david@sighup.nz> | 2018-08-01 02:04:47 +1200 |
---|---|---|
committer | David Phillips <david@sighup.nz> | 2018-08-01 02:04:47 +1200 |
commit | 957d77141f56714e9f4551c8d49e6658ff778ce7 (patch) | |
tree | b4d0207a06f12de12c1172312b6ee5de54c79a6f /Makefile | |
parent | a2e204aea97e7f844a5303f956c893579a89623e (diff) | |
download | hence-957d77141f56714e9f4551c8d49e6658ff778ce7.tar.xz |
Add line area/span indication to error messages
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |