summaryrefslogtreecommitdiffstats
path: root/makefile
diff options
context:
space:
mode:
authordan <[email protected]>2024-04-28 12:12:03 -0400
committerdan <[email protected]>2024-04-28 12:12:03 -0400
commit18ae691429af89d9949d6e30650d70e3ab4239cb (patch)
treedd7baee36f6924dd6210de552fcce2c3fe9ad69c /makefile
parent4a0316c7970c59937d73744e482acaa524a6741b (diff)
download54-18ae691429af89d9949d6e30650d70e3ab4239cb.tar.gz
54-18ae691429af89d9949d6e30650d70e3ab4239cb.tar.bz2
54-18ae691429af89d9949d6e30650d70e3ab4239cb.zip
feat: users are stored in db
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 2 insertions, 0 deletions
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