1
0
Fork 0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-05-06 23:56:04 +02:00
GTFOBins.github.io/Makefile

15 lines
214 B
Makefile
Raw Normal View History

2018-07-16 15:01:50 +02:00
.PHONY: serve serve-public bundle lint
2018-05-21 21:14:41 +02:00
serve:
bundle exec jekyll serve
serve-public:
bundle exec jekyll serve --host 0.0.0.0
bundle:
bundle install
2018-07-16 15:01:50 +02:00
lint:
yamllint _gtfobins/*.md
scripts/validate-schema.py