ui: fix makefile

This commit is contained in:
Jack Pearkes 2014-04-30 18:03:40 -04:00
parent 993e4319be
commit df6ff7d4bf
1 changed files with 1 additions and 1 deletions

View File

@ -5,6 +5,6 @@ watch:
sass styles:static --watch
build:
sass styles:static
sass styles/base.scss static/base.css
.PHONY: server watch build