mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	Makefile: on Windows, executable should have ".exe" (#550)
This commit is contained in:
		
				
					committed by
					
						
						Lunny Xiao
					
				
			
			
				
	
			
			
			
						parent
						
							aea1b2b02e
						
					
				
				
					commit
					b7e1bccc50
				
			
							
								
								
									
										7
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										7
									
								
								Makefile
									
									
									
									
									
								
							@@ -1,7 +1,12 @@
 | 
			
		||||
DIST := dist
 | 
			
		||||
EXECUTABLE := gitea
 | 
			
		||||
IMPORT := code.gitea.io/gitea
 | 
			
		||||
 | 
			
		||||
ifeq ($(OS), Windows_NT)
 | 
			
		||||
	EXECUTABLE := gitea.exe
 | 
			
		||||
else
 | 
			
		||||
	EXECUTABLE := gitea
 | 
			
		||||
endif
 | 
			
		||||
 | 
			
		||||
BINDATA := modules/{options,public,templates}/bindata.go
 | 
			
		||||
STYLESHEETS := $(wildcard public/less/index.less public/less/_*.less)
 | 
			
		||||
JAVASCRIPTS :=
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user