Skip to content
Snippets Groups Projects
Commit 70658651 authored by Daniel's avatar Daniel
Browse files

BUG: misc/pam_authentication: Makefile now works if .bin/ exists.

parent 55edffb0
No related branches found
No related tags found
Loading
......@@ -23,5 +23,5 @@
# Makefile for pam_authentication.c
main: pam_authentication.c
mkdir ./bin
[ -d ./bin ] || mkdir ./bin
gcc -o ./bin/pam_authentication pam_authentication.c -lpam -lpam_misc
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment