mirror of
				https://github.com/aclindsa/moneygo.git
				synced 2025-10-30 17:33:26 -04:00 
			
		
		
		
	
		
			
	
	
		
			5 lines
		
	
	
		
			88 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
		
		
			
		
	
	
			5 lines
		
	
	
		
			88 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
|  | all: | ||
|  | 	browserify -t [ babelify --presets [ react ] ] main.js -o bundle.js | ||
|  | 
 | ||
|  | .PHONY = all |