Implemented basic SSL
This commit is contained in:
		
							
								
								
									
										2
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								Makefile
									
									
									
									
									
								
							@@ -8,7 +8,7 @@ packages:
 | 
			
		||||
compile:
 | 
			
		||||
	@echo "Compiling..."
 | 
			
		||||
	@mkdir -p bin
 | 
			
		||||
	gcc src/necronda-server.c -o bin/necronda-server -std=c11 -D_POSIX_C_SOURCE
 | 
			
		||||
	gcc src/necronda-server.c -o bin/necronda-server -std=c11 -D_POSIX_C_SOURCE -lssl -lcrypto
 | 
			
		||||
	@echo "Finished compiling!"
 | 
			
		||||
 | 
			
		||||
install: | packages update compile
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user