Swap out Makefile for a Rakefile

This commit is contained in:
2018-02-28 01:53:00 +00:00
parent ca374475da
commit 98ee335065
4 changed files with 11 additions and 6 deletions

View File

@@ -1,3 +1,7 @@
source 'https://rubygems.org/'
gem 'github-pages'
group :development do
gem 'rake'
end