7 lines
		
	
	
		
			60 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			60 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
# Build the guestbook example
 | 
						|
 | 
						|
all: build
 | 
						|
 | 
						|
build:
 | 
						|
	go build
 |