10 lines
		
	
	
		
			97 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			97 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
 | 
						|
build: node_modules
 | 
						|
	yarn build
 | 
						|
 | 
						|
node_modules:
 | 
						|
	yarn install
 | 
						|
 | 
						|
clean:
 | 
						|
	rm -rf build node_modules
 |