provide a Makefile target to clean the Lua submodule

This commit is contained in:
nhmall
2022-02-04 17:11:09 -05:00
parent 82b8175377
commit 6af710bc97

View File

@@ -371,3 +371,7 @@ spotless-keep-lib: clean-keep-lib
( cd util ; $(MAKE) spotless )
( cd dat ; $(MAKE) spotless )
( cd doc ; $(MAKE) spotless )
spotless-clean-submodule:
@( if test -f submodules/lua/lua.h ; then \
git submodule deinit submodules/lua ; fi )