summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDavid Phillips <david@sighup.nz>2017-12-28 14:09:34 +1300
committerDavid Phillips <david@sighup.nz>2017-12-28 14:09:34 +1300
commite3ee67bfda0e8f4aa91992a196adb283f812475e (patch)
tree9c1f5629c77b7fd5535920d71adc033599d69e57 /Makefile
parente1a691b2b04b383f052d16931f5c34d6bc9d9e22 (diff)
downloadhence-e3ee67bfda0e8f4aa91992a196adb283f812475e.tar.xz
Strip out wire+node concepts, rely only on gates
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
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