ソースを参照

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/03-joypad_*
 
+.PHONY: clean-docs
+clean-docs:
+	-@rm -rf build/docs
+
 .PHONY: codespell
 codespell:
 	@codespell docs src tools \