Modified the spotless make rule to use double colon syntax.

This commit is contained in:
Bart House
2018-11-21 21:21:43 -08:00
parent 8b1fbd15b6
commit f4fb476e50

View File

@@ -291,7 +291,7 @@ clean:
# 'make spotless' returns the source tree to near-distribution condition.
# it removes .o files, executables, and compiled data files
spotless:
spotless::
( cd src ; $(MAKE) spotless )
( cd util ; $(MAKE) spotless )
( cd dat ; $(MAKE) spotless )