This website works better with JavaScript.
Home
Help
Register
Sign In
deblan
/
vhost-manager
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
fix build of crypt
master
Simon Vieille
3 months ago
parent
520e30d5de
commit
94dea99a5f
Signed by:
deblan
GPG Key ID:
03383D15A1D31745
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Makefile
+ 1
- 1
Makefile
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
Write
Preview
Loading…
Cancel
Save