6 lines
		
	
	
	
		
			117 B
		
	
	
	
		
			Makefile
		
	
	
		
			Executable file
		
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
	
		
			117 B
		
	
	
	
		
			Makefile
		
	
	
		
			Executable file
		
	
	
	
	
# This file is generated by gyp; do not edit.
 | 
						|
 | 
						|
export builddir_name ?= ./build/.
 | 
						|
.PHONY: all
 | 
						|
all:
 | 
						|
	$(MAKE) nice_napi
 |