Mercurial > crates > nonstick
view pam-sober/Justfile @ 37:09fa82155033
version change to force github action
author | Nigma <magnusgsvend@gmail.com> |
---|---|
date | Sun, 24 Jul 2022 02:07:06 +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