forked from Elara6331/itd
		
	Remove GOFLAGS from Makefile as the go tool already looks at that variable
This commit is contained in:
		
							
								
								
									
										4
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								Makefile
									
									
									
									
									
								
							@@ -4,8 +4,8 @@ SERVICE_PREFIX = $(DESTDIR)$(PREFIX)/lib/systemd/user
 | 
				
			|||||||
CFG_PREFIX = $(DESTDIR)/etc
 | 
					CFG_PREFIX = $(DESTDIR)/etc
 | 
				
			||||||
 | 
					
 | 
				
			||||||
all: version.txt
 | 
					all: version.txt
 | 
				
			||||||
	go build $(GOFLAGS)
 | 
						go build
 | 
				
			||||||
	go build ./cmd/itctl $(GOFLAGS)
 | 
						go build ./cmd/itctl
 | 
				
			||||||
 | 
					
 | 
				
			||||||
clean:
 | 
					clean:
 | 
				
			||||||
	rm -f itctl
 | 
						rm -f itctl
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user