1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2026-01-02 13:41:39 +01:00
GTFOBins.github.io/Makefile
2018-05-21 20:14:41 +01:00

11 lines
136 B
Makefile

.PHONY: serve bundle
serve:
bundle exec jekyll serve
serve-public:
bundle exec jekyll serve --host 0.0.0.0
bundle:
bundle install