From 18ae691429af89d9949d6e30650d70e3ab4239cb Mon Sep 17 00:00:00 2001 From: dan Date: Sun, 28 Apr 2024 12:12:03 -0400 Subject: feat: users are stored in db --- makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'makefile') diff --git a/makefile b/makefile index b840280..52c16cc 100644 --- a/makefile +++ b/makefile @@ -11,7 +11,9 @@ build: ./main.scm build-cpp -L /lib/libexiv2.so \ -L /usr/lib/libstdc++.so.6 \ -C -Ilib/ + chicken-csc -static add-user.scm -L -lcrypt -L -lsqlite3 mv ./main ./build/main + mv ./add-user ./build/add-user build-cpp: g++ -g -c lib/exif_wrapper.cpp -o lib/exif_wrapper.o # g++ -static -g -c lib/exif_wrapper.cpp -o lib/exif_wrapper.o -- cgit v1.2.3