commit 8d81abbeec630cce53388f3a0d6a9370af12eef8
parent bdae11c585eaf6673182459dea6f1d44e289e2b6
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Tue, 5 May 2020 21:42:40 +0200
Specify ansi (c89) standard for CFLAGS in mw 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"'
+alias mw='make CFLAGS="-Wall -Wextra -pedantic -ansi"'
alias mc='make clean'
alias me='make edit'
if type doas >/dev/null 2>&1; then