From 957d77141f56714e9f4551c8d49e6658ff778ce7 Mon Sep 17 00:00:00 2001 From: David Phillips Date: Wed, 1 Aug 2018 02:04:47 +1200 Subject: Add line area/span indication to error messages --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.1