mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2025-02-05 10:02:19 +01:00
11 lines
136 B
Makefile
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
|