Remove install targets
This commit is contained in:
		
							
								
								
									
										8
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										8
									
								
								Makefile
									
									
									
									
									
								
							@ -1,11 +1,5 @@
 | 
			
		||||
default: test
 | 
			
		||||
 | 
			
		||||
dev-install:
 | 
			
		||||
	@ln -sf $(PWD)/abra ~/.local/bin
 | 
			
		||||
 | 
			
		||||
install:
 | 
			
		||||
	@curl https://install.abra.autonomic.zone | bash
 | 
			
		||||
 | 
			
		||||
test:
 | 
			
		||||
	@bats test.bats
 | 
			
		||||
 | 
			
		||||
@ -25,4 +19,4 @@ docopt:
 | 
			
		||||
coverage:
 | 
			
		||||
	@kcov coverage kcov
 | 
			
		||||
 | 
			
		||||
.PHONY: dev-install install test dev-install-yq docopt coverage
 | 
			
		||||
.PHONY: test dev-install-yq docopt coverage
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user