diff --git a/Makefile b/Makefile
index 35bdb98555afdc474fb72549c1b1ee59273a2ac9..d4a1d523db846bc6307f1a318329bfb91f043b23 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,10 @@
 all: public/good_practices.html \
+  public/github-pandoc.css \
 	README.md
 
+public/github-pandoc.css: github-pandoc.css
+	cp github-pandoc.css public/github-pandoc.css
+
 public/good_practices.html: good_practices.tex bibliography.bib  github-pandoc.css
 	pandoc good_practices.tex --bibliography=bibliography.bib -c github-pandoc.css --citeproc --toc --standalone --number-sections -o public/good_practices.html \
 	&& sed -Ei 's|>\[sec:(.*)\]<|>\1<|g' public/good_practices.html