diff options
| author | Michael McVady <femtonaut@gmail.com> | 2022-05-13 19:45:23 -0500 |
|---|---|---|
| committer | Michael McVady <femtonaut@gmail.com> | 2022-05-13 19:45:23 -0500 |
| commit | 71cdc71aca4f14dafae924e379bf0efc8b057ba7 (patch) | |
| tree | 6e740e1a54451fd710c6687a60c8048c9e35cc6a /sandbox/envvar/Makefile | |
| parent | 9b44098817abefdc5df4627f751980181b410e9c (diff) | |
Flesh out toy envvar config parser
Diffstat (limited to 'sandbox/envvar/Makefile')
| -rw-r--r-- | sandbox/envvar/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
