Skip to content

Commit 518df81

Browse files
committed
Update clean target to clear all non-hidden files
1 parent ffb2396 commit 518df81

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ build/compile_commands.json: Makefile
225225
# Phony targets
226226
.PHONY: clean dist docs set-version unzip-to-build
227227
clean:
228-
$(RM) -r build/*/ plugin/luasrcdiet/*
228+
$(RM) -r $(wildcard build/**) plugin/luasrcdiet/*
229229

230230
dist: build/lua_pluginscript.zip
231231

0 commit comments

Comments
 (0)