libdspl-2.0/dox/makedoc.sh

17 wiersze
138 B
Bash
Czysty Zwykły widok Historia

2018-07-08 20:57:52 +00:00
#!/bin/bash
cd ../
make
cd test/bin
for file in *.exe
do
"./$file"
done
cd ../../dox
doxygen doxyfile_ru
cd ../
make clean
cd dox