mirror of
				https://github.com/sammy-ette/Hilbish
				synced 2025-08-10 02:52:03 +00:00 
			
		
		
		
	Compare commits
	
		
			3 Commits
		
	
	
		
			edd45e4182
			...
			da6a4aa70f
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
|  | da6a4aa70f | ||
|  | 69c0ccc807 | ||
|  | bb7f9e45f0 | 
							
								
								
									
										5
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										5
									
								
								Makefile
									
									
									
									
									
								
							| @ -6,6 +6,9 @@ LIBDIR ?= $(PREFIX)/share/hilbish | ||||
| build: | ||||
| 	@go build | ||||
| 
 | ||||
| build-dev: | ||||
| 	@go build -ldflags "-X main.version=$(git describe --tags)" | ||||
| 
 | ||||
| install: | ||||
| 	@install -v -d "$(DESTDIR)$(BINDIR)/" && install -m 0755 -v hilbish "$(DESTDIR)$(BINDIR)/hilbish" | ||||
| 	@mkdir -p "$(DESTDIR)$(LIBDIR)" | ||||
| @ -25,4 +28,4 @@ clean: | ||||
| 
 | ||||
| all: build install | ||||
| 
 | ||||
| .PHONY: install uninstall build clean | ||||
| .PHONY: install uninstall build build-dev clean | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user