mirror of
				https://github.com/buzz-lightsnack-2007/MicroBit_Compass.git
				synced 2024-08-14 22:46:45 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
	
		
			69 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
	
		
			69 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| all: deploy
 | |
| 
 | |
| build:
 | |
| 	pxt build
 | |
| 
 | |
| deploy:
 | |
| 	pxt deploy
 | |
| 
 | |
| test:
 | |
| 	pxt test
 |