mirror of
				https://github.com/tailscale/tailscale.git
				synced 2025-11-04 00:55:11 +00:00 
			
		
		
		
	
		
			
	
	
		
			8 lines
		
	
	
		
			145 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
		
		
			
		
	
	
			8 lines
		
	
	
		
			145 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| 
								 | 
							
								usage:
							 | 
						||
| 
								 | 
							
									echo "See Makefile"
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								check: staticcheck
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								staticcheck:
							 | 
						||
| 
								 | 
							
									go run honnef.co/go/tools/cmd/staticcheck -- $$(go list ./... | grep -v tempfork)
							 |