From 9026a7e5c0f16bde1c0826dc95158c6e03795905 Mon Sep 17 00:00:00 2001 From: David Phillips Date: Thu, 28 Dec 2017 16:06:01 +1300 Subject: Rough-out logic gate wiring --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b40650e..0f21fee 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -CFLAGS += "-std=c99" +CFLAGS += -std=c99 -D_XOPEN_SOURCE=500 all: simulator -- cgit v1.1