Add simple configure script
Mostly motivated by wanting to build with the ncurses in pkgsrc because it supports italics.
This commit is contained in:
		
							parent
							
								
									273207b19f
								
							
						
					
					
						commit
						5470254fa5
					
				
							
								
								
									
										1
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							@ -1,3 +1,4 @@
 | 
			
		||||
*.o
 | 
			
		||||
catgirl
 | 
			
		||||
config.mk
 | 
			
		||||
tags
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										8
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										8
									
								
								Makefile
									
									
									
									
									
								
							@ -1,9 +1,7 @@
 | 
			
		||||
LIBRESSL_PREFIX = /usr/local
 | 
			
		||||
CFLAGS += -I${LIBRESSL_PREFIX}/include
 | 
			
		||||
LDFLAGS += -L${LIBRESSL_PREFIX}/lib
 | 
			
		||||
 | 
			
		||||
CFLAGS += -std=c11 -Wall -Wextra -Wpedantic
 | 
			
		||||
LDLIBS = -lcurses -lcrypto -ltls
 | 
			
		||||
LDLIBS = -lcrypto -ltls -lncursesw
 | 
			
		||||
 | 
			
		||||
-include config.mk
 | 
			
		||||
 | 
			
		||||
OBJS += chat.o
 | 
			
		||||
OBJS += command.o
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user