Fix Makefile
This commit is contained in:
		
							
								
								
									
										3
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										3
									
								
								Makefile
									
									
									
									
									
								
							@ -2,7 +2,8 @@ PROJECTNAME="Bird Bot"
 | 
				
			|||||||
PROJECT_BIN="birdbot"
 | 
					PROJECT_BIN="birdbot"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Go related variables.
 | 
					# Go related variables.
 | 
				
			||||||
GOBIN=./build
 | 
					GOBASE=$(shell pwd)
 | 
				
			||||||
 | 
					GOBIN=$(GOBASE)/build
 | 
				
			||||||
GOFILES=$(wildcard *.go)
 | 
					GOFILES=$(wildcard *.go)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Make is verbose in Linux. Make it silent.
 | 
					# Make is verbose in Linux. Make it silent.
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user