Преглед изворни кода

makefile: add clean-docs target

Daniele Bartolini пре 1 недеља
родитељ
комит
e2da7e83b4
1 измењених фајлова са 4 додато и 0 уклоњено
  1. 4 0
      makefile

+ 4 - 0
makefile

@@ -355,6 +355,10 @@ clean-samples:
 	-@rm -rf samples/02-animation_*
 	-@rm -rf samples/02-animation_*
 	-@rm -rf samples/03-joypad_*
 	-@rm -rf samples/03-joypad_*
 
 
+.PHONY: clean-docs
+clean-docs:
+	-@rm -rf build/docs
+
 .PHONY: codespell
 .PHONY: codespell
 codespell:
 codespell:
 	@codespell docs src tools \
 	@codespell docs src tools \