Skip to content
Snippets Groups Projects
Unverified Commit b267af2d authored by Timm Fitschen's avatar Timm Fitschen
Browse files

BUG: fix makefile: don't exit if bin/ exists

parent 9e04075b
No related branches found
No related tags found
No related merge requests found
......@@ -23,5 +23,5 @@
# Makefile for pam_authentication.c
main: pam_authentication.c
mkdir ./bin
mkdir -p ./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