diff options
author | David Phillips <david@sighup.nz> | 2017-12-28 14:09:34 +1300 |
---|---|---|
committer | David Phillips <david@sighup.nz> | 2017-12-28 14:09:34 +1300 |
commit | e3ee67bfda0e8f4aa91992a196adb283f812475e (patch) | |
tree | 9c1f5629c77b7fd5535920d71adc033599d69e57 /Makefile | |
parent | e1a691b2b04b383f052d16931f5c34d6bc9d9e22 (diff) | |
download | hence-e3ee67bfda0e8f4aa91992a196adb283f812475e.tar.xz |
Strip out wire+node concepts, rely only on gates
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |