modify parallel epd run file
This commit is contained in:
@@ -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
|
Reference in New Issue
Block a user