GTFOBins.github.io/Makefile
Andrea Cardaci 785126ede0 Fix Makefile
2018-07-16 14:11:13 +02:00

11 lines
149 B
Makefile

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