mirror of
				https://github.com/GTFOBins/GTFOBins.github.io
				synced 2025-11-04 10:48:50 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			188 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			188 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
.PHONY: serve serve-public bundle lint
 | 
						|
 | 
						|
serve:
 | 
						|
	bundle exec jekyll serve
 | 
						|
 | 
						|
serve-public:
 | 
						|
	bundle exec jekyll serve --host 0.0.0.0
 | 
						|
 | 
						|
bundle:
 | 
						|
	bundle install
 | 
						|
 | 
						|
lint:
 | 
						|
	yamllint . _gtfobins/*.md
 |