Fixed a typo @ Makefile (#228)

This commit is contained in:
Lixeiden 2023-02-17 21:29:43 +02:00 committed by GitHub
parent 1de5afc1a7
commit e4047a986c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ css: ## Compile SCSS files
npx sass --no-source-map --style=compressed client/scss/dpaste.scss:dpaste/static/dpaste.css
.PHONY: css-watch
css-watch: ## Compile JS files
css-watch: ## Compile SCSS files (watch stylesheets and recompile when they change)
npx sass --watch client/scss/dpaste.scss:dpaste/static/dpaste.css
.PHONY: js