From eee61ddbba165f772a0e720825dcf6810eaa2648 Mon Sep 17 00:00:00 2001 From: David Phillips Date: Wed, 1 Aug 2018 23:25:46 +1200 Subject: Rename lexer and parser, fix compilation warnings --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 5ba9cc6..3c48b8b 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 common.o gate.o logic.o lexer.o parser.o +simulator: simulator.o common.o gate.o logic.o lex.o parse.o .PHONY: test test: all -- cgit v1.1