Mercurial > crates > nonstick
view pam-sober/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/sober-auth /etc/pam.d/ sudo cp ../target/release/libpam_sober.so /lib/security/pam_sober.so test: @just install gcc -o ../target/pam_test test.c -lpam -lpam_misc
