9 lines
		
	
	
		
			114 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			114 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
default: build
 | 
						|
 | 
						|
build:
 | 
						|
	cd src && $(MAKE)
 | 
						|
	cd tests && $(MAKE)
 | 
						|
 | 
						|
pacman: build
 | 
						|
	cd pacman-package && makepkg -e -f
 |