You've already forked focalboard
							
							
				mirror of
				https://github.com/mattermost/focalboard.git
				synced 2025-10-31 00:17:42 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			134 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			134 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| .PHONY: run
 | |
| 
 | |
| run:
 | |
| 	go run -tags "json1 sqlite3" ./main.go
 | |
| 
 | |
| build:
 | |
| 	mkdir -p bin
 | |
| 	go build -tags "json1 sqlite3" -o bin/focalboard-app
 |