From f23abfdde683aee4b808f2795af1a1418125156c Mon Sep 17 00:00:00 2001 From: David Phillips Date: Wed, 27 Dec 2017 21:21:54 +1300 Subject: Initual dump of partial work on parser and data structure --- Makefile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..651c53c --- /dev/null +++ b/Makefile @@ -0,0 +1,7 @@ +CFLAGS += "-std=c99" + +all: simulator + +simulator: simulator.o wire.o logic.o + +parser: parser.o wire.o logic.o -- cgit v1.1