From 645acc193a739ab771fb46e8ec2cf6cd87909597 Mon Sep 17 00:00:00 2001 From: David Phillips Date: Wed, 1 Aug 2018 01:00:54 +1200 Subject: WIP: Implement more robust, separated lexer+parser passes --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1b28030..bdfcc72 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 parser.o +simulator: simulator.o gate.o logic.o lexer.o parser.o .PHONY: test test: all -- cgit v1.1