mirror of
				https://gitea.invidious.io/iv-org/shard-ameba.git
				synced 2024-08-15 00:53:29 +00:00 
			
		
		
		
	Cleanup Makefile
				
					
				
			This commit is contained in:
		
							parent
							
								
									01ab89b348
								
							
						
					
					
						commit
						e9226c05d5
					
				
					 1 changed files with 21 additions and 5 deletions
				
			
		
							
								
								
									
										26
									
								
								Makefile
									
										
									
									
									
								
							
							
						
						
									
										26
									
								
								Makefile
									
										
									
									
									
								
							| 
						 | 
				
			
			@ -4,19 +4,35 @@ PREFIX ?= /usr/local
 | 
			
		|||
SHARD_BIN ?= ../../bin
 | 
			
		||||
CRFLAGS ?= -Dpreview_mt
 | 
			
		||||
 | 
			
		||||
build: bin/ameba
 | 
			
		||||
bin/ameba:
 | 
			
		||||
.PHONY: build
 | 
			
		||||
build:
 | 
			
		||||
	$(SHARDS_BIN) build $(CRFLAGS)
 | 
			
		||||
 | 
			
		||||
.PHONY: lint
 | 
			
		||||
lint: build
 | 
			
		||||
	./bin/ameba --all
 | 
			
		||||
 | 
			
		||||
.PHONY: spec
 | 
			
		||||
spec:
 | 
			
		||||
	$(CRYSTAL_BIN) spec
 | 
			
		||||
 | 
			
		||||
.PHONY: clean
 | 
			
		||||
clean:
 | 
			
		||||
	rm -f ./bin/ameba ./bin/ameba.dwarf
 | 
			
		||||
 | 
			
		||||
.PHONY: install
 | 
			
		||||
install: build
 | 
			
		||||
	mkdir -p $(PREFIX)/bin
 | 
			
		||||
	cp ./bin/ameba $(PREFIX)/bin
 | 
			
		||||
 | 
			
		||||
.PHONY: bin
 | 
			
		||||
bin: build
 | 
			
		||||
	mkdir -p $(SHARD_BIN)
 | 
			
		||||
	cp ./bin/ameba $(SHARD_BIN)
 | 
			
		||||
 | 
			
		||||
.PHONY: run_file
 | 
			
		||||
run_file:
 | 
			
		||||
	cp -n ./bin/ameba.cr $(SHARD_BIN) || true
 | 
			
		||||
test: build
 | 
			
		||||
	$(CRYSTAL_BIN) spec
 | 
			
		||||
	./bin/ameba --all
 | 
			
		||||
 | 
			
		||||
.PHONY: test
 | 
			
		||||
test: spec lint
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue