From 71cdc71aca4f14dafae924e379bf0efc8b057ba7 Mon Sep 17 00:00:00 2001 From: Michael McVady Date: Fri, 13 May 2022 19:45:23 -0500 Subject: Flesh out toy envvar config parser --- sandbox/envvar/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'sandbox/envvar/Makefile') diff --git a/sandbox/envvar/Makefile b/sandbox/envvar/Makefile index ae4c74e..9305ccf 100644 --- a/sandbox/envvar/Makefile +++ b/sandbox/envvar/Makefile @@ -1,6 +1,7 @@ .PHONY: run clean CC = gcc +# CFLAGS = -g -Wall -Wextra -Wmissing-declarations -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wsign-compare CFLAGS = -g -Wall -Wmissing-declarations -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wsign-compare all: envvar -- cgit v1.2.3