From f6f5e09d00e2054e1f159bdbb3fdb2fe11794876 Mon Sep 17 00:00:00 2001 From: "@syxhe" Date: Tue, 30 Jul 2024 20:04:24 -0500 Subject: Fix bad phrasegen randomness (what was I smoking lmao) --- src/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index a828be2..3ac4f75 100644 --- a/src/Makefile +++ b/src/Makefile @@ -13,6 +13,7 @@ clean: main: main.c search.o encryption.o ll.o + set -e -o pipefail && $(CC) $(CFLAGS) $$(pkg-config --cflags libsodium) main.c -o main $$(pkg-config --libs libsodium) screen: screen.c screen.h set -e -o pipefail && $(CC) $(CFLAGS) $$(pkg-config --cflags libsodium) screen.c -o screen $$(pkg-config --libs libsodium) -lmenu $$(pkg-config --libs ncurses) -- cgit v1.2.3