*: remove reference to deleted binary
This commit is contained in:
		
							
								
								
									
										5
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										5
									
								
								Makefile
									
									
									
									
									
								
							@@ -21,14 +21,11 @@ else
 | 
				
			|||||||
endif
 | 
					endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
build: bin/poke bin/pokectl
 | 
					build: bin/poke
 | 
				
			||||||
 | 
					
 | 
				
			||||||
bin/poke: FORCE
 | 
					bin/poke: FORCE
 | 
				
			||||||
	@go install $(REPO_PATH)/cmd/poke
 | 
						@go install $(REPO_PATH)/cmd/poke
 | 
				
			||||||
 | 
					
 | 
				
			||||||
bin/pokectl: FORCE
 | 
					 | 
				
			||||||
	@go install $(REPO_PATH)/cmd/pokectl
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
test:
 | 
					test:
 | 
				
			||||||
	@go test $(shell go list ./... | grep -v '/vendor/')
 | 
						@go test $(shell go list ./... | grep -v '/vendor/')
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user