diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -9,3 +9,6 @@ server: clean deps: bundle install --path vendor/bundle + +test: build + bundle exec htmlproof ./_site --only-4xx --check-html --disable-external |
