aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNicholas Tay <nick@windblume.net>2023-05-07 20:37:31 +1000
committerNicholas Tay <nick@windblume.net>2023-05-07 20:37:31 +1000
commita9cb98a3e83cc357cf15bff1327a86b99f869549 (patch)
tree7585ae24d77341ba6e31767e534d3da1a6151fc4 /Makefile
parent1372cd7042a592e0b370106fd1cbfb6bdc56efe8 (diff)
downloadpassgen-a9cb98a3e83cc357cf15bff1327a86b99f869549.tar.gz
passgen-a9cb98a3e83cc357cf15bff1327a86b99f869549.tar.bz2
passgen-a9cb98a3e83cc357cf15bff1327a86b99f869549.zip
Use wincrypt on msys2
Not sure what I was using, this actually does work. Maybe I was just missing the package in the w32api headers in the past...
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2bc2752..947ba94 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ NAME = passgen
PREFIX = $(HOME)/.local
CC = gcc
-CFLAGS += -std=c99 -Wall -Wextra -Wshadow -Werror -pedantic
+CFLAGS += -std=c99 -Wall -Wextra -Wshadow -pedantic
default: $(NAME)