diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -21,8 +21,7 @@ run: sass $(GO_RUN) $(SERVER) \ --log-level error \ --aes-key=6368616e676520746869732070617373 \ - --cache-path=${HOME}/.thumb \ - --root=${HOME} + --cache-path=${HOME}/.thumb sass: @mkdir -p static |