From e3ee67bfda0e8f4aa91992a196adb283f812475e Mon Sep 17 00:00:00 2001 From: David Phillips Date: Thu, 28 Dec 2017 14:09:34 +1300 Subject: Strip out wire+node concepts, rely only on gates --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 651c53c..68ca80d 100644 --- a/Makefile +++ b/Makefile @@ -2,6 +2,6 @@ CFLAGS += "-std=c99" all: simulator -simulator: simulator.o wire.o logic.o +simulator: simulator.o gate.o logic.o -parser: parser.o wire.o logic.o +parser: parser.o gate.o logic.o -- cgit v1.1