8 lines
105 B
Makefile
8 lines
105 B
Makefile
all:
|
|
@(cd ../dist && sh s_docs -t)
|
|
|
|
clean:
|
|
rm -f doxygen.log *.css *.html *.js *.png *.ps
|
|
|
|
.PHONY: all
|