Resolving linking errors

This commit is contained in:
2018-04-01 21:32:15 +02:00
parent aca16b9f2c
commit dd78ce5b5b
8 changed files with 65 additions and 18 deletions

View File

@ -11,14 +11,15 @@ all:
@which reboot >/dev/null
@which poweroff >/dev/null
@which cryptsetup >/dev/null
mkdir -p build obj
mkdir -p build
make -C src -e "PPASSFILE = $(PPASSFILE)"
@printf "Done!\n"
clean:
rm build/pam_panic.so
rm build/pam_panic_pw
rm obj/pam_panic.o
rmdir build obj
make -C src/pam_panic clean
rmdir build
@printf "Done!\n"
detect_pamdir: