diff options
author | dan <[email protected]> | 2024-04-28 12:12:03 -0400 |
---|---|---|
committer | dan <[email protected]> | 2024-04-28 12:12:03 -0400 |
commit | 18ae691429af89d9949d6e30650d70e3ab4239cb (patch) | |
tree | dd7baee36f6924dd6210de552fcce2c3fe9ad69c /makefile | |
parent | 4a0316c7970c59937d73744e482acaa524a6741b (diff) | |
download | 54-18ae691429af89d9949d6e30650d70e3ab4239cb.tar.gz 54-18ae691429af89d9949d6e30650d70e3ab4239cb.tar.bz2 54-18ae691429af89d9949d6e30650d70e3ab4239cb.zip |
feat: users are stored in db
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |