fix build of crypt
This commit is contained in:
parent
520e30d5de
commit
94dea99a5f
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -5,4 +5,4 @@ install: build-crypt
|
||||||
chmod +x ./share/bin/twigc
|
chmod +x ./share/bin/twigc
|
||||||
|
|
||||||
build-crypt:
|
build-crypt:
|
||||||
gcc -lcrypt ./src/crypt/crypt.c -o ./share/bin/crypt
|
gcc ./src/crypt/crypt.c -o ./share/bin/crypt -lcrypt
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue