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
No related merge requests found
......@@ -29,7 +29,7 @@
# FIXME: not quite right, since the output name is different
gallinahtml: GAL=-g
gallinahtml: html
@@ -585,6 +591,14 @@
@@ -585,6 +591,17 @@
$(HIDE)rm -f $(CMOFILES:%.cmo=%.cmx)
.PHONY: archclean
......@@ -41,6 +41,9 @@
+macos-clean::
+ $(SHOW)'CLEAN .DS_Store'
+ $(HIDE)find . -depth -iname '.DS_Store' ! -path './.git/*' -delete
+
+spell::
+ ./scripts/flag-typos-in-comments.sh `find . -iname '*.v' ! -path './classic/*'`
# 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