fix build of crypt

This commit is contained in:
Simon Vieille 2020-12-05 13:23:44 +01:00
parent 520e30d5de
commit 94dea99a5f
Signed by: deblan
GPG Key ID: 03383D15A1D31745
1 changed files with 1 additions and 1 deletions

View File

@ -5,4 +5,4 @@ install: build-crypt
chmod +x ./share/bin/twigc
build-crypt:
gcc -lcrypt ./src/crypt/crypt.c -o ./share/bin/crypt
gcc ./src/crypt/crypt.c -o ./share/bin/crypt -lcrypt