From a9cb98a3e83cc357cf15bff1327a86b99f869549 Mon Sep 17 00:00:00 2001 From: Nicholas Tay Date: Sun, 7 May 2023 20:37:31 +1000 Subject: 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... --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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) -- cgit