mirror of
				https://github.com/GTFOBins/GTFOBins.github.io
				synced 2025-11-04 02:38:43 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			214 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			214 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
 | 
						|
	scripts/validate-schema.py
 |