9 lines
		
	
	
	
		
			143 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
	
		
			143 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
GAME:=right_coin.lua
 | 
						|
 | 
						|
html:
 | 
						|
	tic80 $(GAME)
 | 
						|
 | 
						|
deploy-html: #html
 | 
						|
	butler push build/html damantisshrimp/the-right-coin:html
 | 
						|
 | 
						|
deploy: deploy-html
 |