commit eb1b0b9e7b4f28921e205a01ec762c18cedba964
parent cc51370bd4b386f9c5008e653db06928ae9c7dfc
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Wed, 6 May 2020 09:08:44 +0200
Use c99 standard for strict make alias
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.profile b/.profile
@@ -87,7 +87,7 @@ create_repo() {
}
alias m='make'
-alias mw='make CFLAGS="-Wall -Wextra -pedantic -ansi"'
+alias mw='make CFLAGS="-Wall -Wextra -pedantic -std=c99"'
alias mc='make clean'
alias me='make edit'
if type doas >/dev/null 2>&1; then