diff --git a/.gitignore b/.gitignore
index c104ab0..5c21f74 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,4 @@ static*
secrets
.coverage
htmlcov*
+sass/*.css
\ No newline at end of file
diff --git a/Makefile b/Makefile
index a4ccf7c..0abfb0c 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,12 @@
+all: styles/materialize.css styles/flashier.css fixjsstyle
+
styles/materialize.css: .PHONY
- sassc materialize/sass/materialize.scss > styles/materialize.css
+ sassc sass/materialize.scss styles/materialize.css
+
+styles/flashier.css: sass/flashier.scss
+ sassc sass/flashier.scss styles/flashier.css
-fixjsstyle:
+fixjsstyle: .PHONY
fixjsstyle --flagfile gjslint.conf config.js scripts/*{Controller,Directive,Service}.js
.PHONY:
diff --git a/home.html b/home.html
index 523e3ef..7da6887 100644
--- a/home.html
+++ b/home.html
@@ -2,34 +2,36 @@