diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -30,7 +30,8 @@ sass: --style compressed tmpl: - qtc -dir=./templates + cd ./templates && \ + qtc * test: test.unit test.integration |