GTFOBins.github.io/Makefile

11 lines
136 B
Makefile
Raw Normal View History

2018-05-21 21:14:41 +02:00
.PHONY: serve bundle
serve:
bundle exec jekyll serve
serve-public:
bundle exec jekyll serve --host 0.0.0.0
bundle:
bundle install