mirror of
				https://github.com/taigrr/wasm-experiments
				synced 2025-01-18 04:03:21 -08:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			131 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			131 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| generate:
 | |
| 	protoc -I. ./proto/web.proto \
 | |
| 		--go_out=plugins=grpc:$$GOPATH/src
 | |
| 	go generate -x ./frontend/
 | |
| 
 | |
| serve:
 | |
| 	go run main.go
 |