Skip to content
Snippets Groups Projects
Commit b1459e3c authored by Marco Maida's avatar Marco Maida
Browse files

Added spell command to Makefile

parent 3709e9b3
No related branches found
No related tags found
1 merge request!95Fixing broken intervals
Pipeline #27365 passed with warnings
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
# FIXME: not quite right, since the output name is different # FIXME: not quite right, since the output name is different
gallinahtml: GAL=-g gallinahtml: GAL=-g
gallinahtml: html gallinahtml: html
@@ -585,6 +591,14 @@ @@ -585,6 +591,17 @@
$(HIDE)rm -f $(CMOFILES:%.cmo=%.cmx) $(HIDE)rm -f $(CMOFILES:%.cmo=%.cmx)
.PHONY: archclean .PHONY: archclean
...@@ -41,6 +41,9 @@ ...@@ -41,6 +41,9 @@
+macos-clean:: +macos-clean::
+ $(SHOW)'CLEAN .DS_Store' + $(SHOW)'CLEAN .DS_Store'
+ $(HIDE)find . -depth -iname '.DS_Store' ! -path './.git/*' -delete + $(HIDE)find . -depth -iname '.DS_Store' ! -path './.git/*' -delete
+
+spell::
+ ./scripts/flag-typos-in-comments.sh `find . -iname '*.v' ! -path './classic/*'`
# Compilation rules ########################################################### # Compilation rules ###########################################################
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment