diff options
author | Tyler Murphy <tylerm@tylerm.dev> | 2023-04-11 13:44:16 -0400 |
---|---|---|
committer | Tyler Murphy <tylerm@tylerm.dev> | 2023-04-11 13:44:16 -0400 |
commit | 6191e2df9bb2d19b345f8d83c3e6847f6ba3218d (patch) | |
tree | ec968d65a520dc2f89fc8dc08e2f015f936ed6e4 /Makefile | |
parent | config (diff) | |
download | wrapper-6191e2df9bb2d19b345f8d83c3e6847f6ba3218d.tar.gz wrapper-6191e2df9bb2d19b345f8d83c3e6847f6ba3218d.tar.bz2 wrapper-6191e2df9bb2d19b345f8d83c3e6847f6ba3218d.zip |
cmd, ar, aaaar records
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ CC = gcc INCFLAGS = -Isrc -CCFLAGS = -std=c17 -Wall -Wextra -O2 +CCFLAGS = -std=gnu99 -Wall -Wextra -pedantic -O2 CCFLAGS += $(INCFLAGS) LDFLAGS += $(INCFLAGS) |