mirror of
				https://codeberg.org/dwl/dwl.git
				synced 2025-10-27 02:04:14 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			423 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			423 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| _VERSION = 0.3.1
 | |
| VERSION  = `./generate-version.sh $(_VERSION)`
 | |
| 
 | |
| # paths
 | |
| PREFIX = /usr/local
 | |
| MANDIR = $(PREFIX)/share/man
 | |
| 
 | |
| # Compile flags that can be used
 | |
| #CFLAGS = -pedantic -Wall -Wextra -Werror -Wno-unused-parameter -Wno-sign-compare -Wno-unused-function -Wno-unused-variable -Wno-unused-result -Wdeclaration-after-statement
 | |
| 
 | |
| XWAYLAND =
 | |
| XLIBS =
 | |
| # Uncomment to build XWayland support
 | |
| #XWAYLAND = -DXWAYLAND
 | |
| #XLIBS = xcb
 | 
