GTFOBins.github.io/Makefile
2020-03-22 13:01:26 +01:00

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