TBR fix broken makefile (bad deps)

Change-Id: I28cc021588a81511d0bab62c4770181be9b629bd
diff --git a/Makefile b/Makefile
index 7d701be..2124110 100644
--- a/Makefile
+++ b/Makefile
@@ -41,7 +41,7 @@
 ################################################################################
 # Build, serve, and deploy
 
-build: $(MDRIP) node_modules hljs mdl public/css/bundle.css public/js/bundle.js gen-scripts
+build: $(MDRIP) node_modules public/css/bundle.css public/js/bundle.js gen-scripts
 	haiku build --helpers helpers.js --build-dir $@
 
 .PHONY: serve