1
0
Fork 0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-05-06 15:46:03 +02:00
GTFOBins.github.io/Makefile
2018-08-31 15:50:54 +02:00

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