Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 155 Bytes

Makefile.am

File metadata and controls

10 lines (7 loc) · 155 Bytes
 
Mar 22, 2011
Mar 22, 2011
1
2
3
4
5
6
7
8
9
10
# tells make to run html-local when the user asks for 'all'.
all: doc
doc:
rm -rf html/
doxygen usb_moded-doxygen.conf
clean-local:
-rm -rf html/