From 4064bc9ea637563f4b579ed61baa882a4c0ed39d Mon Sep 17 00:00:00 2001 From: David Phillips Date: Thu, 28 Dec 2017 19:27:15 +1300 Subject: Refactor main from parser to simulator --- Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index cc75e79..a41403f 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,8 @@ CFLAGS += -std=c99 -D_XOPEN_SOURCE=500 -Wall -Wextra -all: simulator parser +all: simulator -simulator: simulator.o gate.o logic.o - -parser: parser.o gate.o logic.o +simulator: simulator.o gate.o logic.o parser.o .PHONY: test test: -- cgit v1.1