rename cmd and add Makefile
This commit is contained in:
		
							
								
								
									
										12
									
								
								Makefile
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										12
									
								
								Makefile
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,12 @@
 | 
			
		||||
 | 
			
		||||
build:
 | 
			
		||||
	go build .
 | 
			
		||||
 | 
			
		||||
buildrpi:
 | 
			
		||||
	GOOS=linux GOARCH=arm GOARM=7 go build .
 | 
			
		||||
 | 
			
		||||
schemagen:
 | 
			
		||||
	go run cmd/schemagen/main.go            
 | 
			
		||||
 | 
			
		||||
clean:
 | 
			
		||||
	rm tss
 | 
			
		||||
		Reference in New Issue
	
	Block a user