Skip to content

Commit

Permalink
Fixed a typo @ Makefile (#228)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lixeiden authored Feb 17, 2023
1 parent 1de5afc commit e4047a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e4047a9

Please sign in to comment.