adding target doc
This commit is contained in:
parent
865a0d4672
commit
9f8ffd7696
1 changed files with 3 additions and 0 deletions
|
|
@ -20,4 +20,7 @@ all:
|
|||
clean:
|
||||
for i in $(SUBDIRS); do pushd $$i && $(MAKE) clean; popd; done
|
||||
|
||||
doc:
|
||||
pushd doc; $(MAKE) doc; popd
|
||||
|
||||
###############################################################################
|
||||
Reference in a new issue