fix 'spotless' bug noticed during cross-compile

This commit is contained in:
Adam Powers
2020-08-27 21:12:51 -07:00
parent 1aa053d1d8
commit d3bbf02d2e

View File

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