7 lines
		
	
	
		
			130 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			130 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
.PHONY: build
 | 
						|
 | 
						|
build:
 | 
						|
	cmake -B build -S ./ -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -Wno-dev
 | 
						|
	cmake --build build
 | 
						|
 |