Merge pull request #4655 from yamori813/master

make clean error workaround
This commit is contained in:
Yukihiro "Matz" Matsumoto
2019-08-22 13:50:28 +09:00
committed by GitHub
+1 -1
View File
@@ -11,5 +11,5 @@ docserver : docs
firefox doxygen/html/index.html
docsclean :
rm -r doxygen
rm -rf doxygen
.PHONY : docserver docsclean