modify parallel epd run file

This commit is contained in:
aceisace
2022-04-10 02:27:44 +02:00
parent 414f3d0ccf
commit 1f7ef37da1
104 changed files with 37256 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
if HAVE_DOXYGEN
doxyfile.stamp: ../src/bcm2835.h
$(DOXYGEN) Doxyfile
echo Timestamp > doxyfile.stamp
CLEANFILES = doxyfile.stamp *~
all-local: doxyfile.stamp
clean-local:
rm -rf html
endif