mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 16:40:24 +08:00 
			
		
		
		
	Makefile: Remove trailing whitespace & add last LF
This is pure cleanup commit.
This commit is contained in:
		
							
								
								
									
										4
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								Makefile
									
									
									
									
									
								
							@@ -11,7 +11,7 @@ RELEASE_ROOT = "release"
 | 
				
			|||||||
RELEASE_GOGS = "release/gogs"
 | 
					RELEASE_GOGS = "release/gogs"
 | 
				
			||||||
NOW = $(shell date -u '+%Y%m%d%I%M%S')
 | 
					NOW = $(shell date -u '+%Y%m%d%I%M%S')
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.PHONY: build pack release bindata clean 
 | 
					.PHONY: build pack release bindata clean
 | 
				
			||||||
 | 
					
 | 
				
			||||||
build: $(GENERATED)
 | 
					build: $(GENERATED)
 | 
				
			||||||
	go install -ldflags '$(LDFLAGS)' -tags '$(TAGS)'
 | 
						go install -ldflags '$(LDFLAGS)' -tags '$(TAGS)'
 | 
				
			||||||
@@ -43,4 +43,4 @@ clean:
 | 
				
			|||||||
	go clean -i ./...
 | 
						go clean -i ./...
 | 
				
			||||||
 | 
					
 | 
				
			||||||
clean-mac: clean
 | 
					clean-mac: clean
 | 
				
			||||||
	find . -name ".DS_Store" -print0 | xargs -0 rm
 | 
						find . -name ".DS_Store" -print0 | xargs -0 rm
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user