diff options
author | dan <[email protected]> | 2023-05-12 09:47:57 -0400 |
---|---|---|
committer | dan <[email protected]> | 2023-05-12 09:47:57 -0400 |
commit | 4a0316c7970c59937d73744e482acaa524a6741b (patch) | |
tree | 0040151dab901fb0ead834a5a7c8b3719e849518 /makefile | |
parent | 80e049f89cd388906b547aa264617a4a506b316a (diff) | |
download | 54-4a0316c7970c59937d73744e482acaa524a6741b.tar.gz 54-4a0316c7970c59937d73744e482acaa524a6741b.tar.bz2 54-4a0316c7970c59937d73744e482acaa524a6741b.zip |
fix: hash passwords
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6,6 +6,7 @@ build: ./main.scm build-cpp # -C -Ilib/ chicken-csc -static ./main.scm \ -L -lsqlite3 \ + -L -lcrypt \ -L lib/exif_wrapper.o \ -L /lib/libexiv2.so \ -L /usr/lib/libstdc++.so.6 \ |