Mercurial > crates > nonstick
view pam-http/Justfile @ 39:4a0b7b73b70f
retry part two
author | Nigma <magnusgsvend@gmail.com> |
---|---|
date | Sun, 24 Jul 2022 02:10:12 +0200 |
parents | ec70822cbdef |
children |
line wrap: on
line source
all: cargo build install: @cargo build --release sudo cp conf/http-auth /etc/pam.d/ sudo cp ../target/release/libpam_http.so /lib/security/pam_http.so test: @just install gcc -o ../target/pam_test test.c -lpam -lpam_misc