diff --git a/Makefile b/Makefile index a94cfb51f02b20543fed896e0f7af7ad482b58b8..7d5af6a238dde4fea113b163a08620118d406ac8 100644 --- a/Makefile +++ b/Makefile @@ -42,4 +42,4 @@ html/9_batch_processing.html: 9_batch_processing.md github-pandoc.css pandoc -s --toc -c github-pandoc.css 9_batch_processing.md -o html/9_batch_processing.html html/10_network_and_ssh.html: 10_network_and_ssh.md github-pandoc.css - pandoc -s --toc -c github-pandoc.css 10_ssh.md -o html/10_network_and_ssh.html + pandoc -s --toc -c github-pandoc.css 10_network_and_ssh.md -o html/10_network_and_ssh.html