mirror of
https://github.com/GTFOBins/GTFOBins.github.io.git
synced 2024-11-08 07:49:17 +01:00
15 lines
216 B
Makefile
15 lines
216 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
|