forked from Wavyzz/dolibarr
10 lines
143 B
Makefile
10 lines
143 B
Makefile
html: ../Escpos.php escpos.conf
|
|
doxygen escpos.conf
|
|
|
|
latex: html
|
|
# Do nothing
|
|
|
|
clean:
|
|
rm --preserve-root -Rf html latex doxygen_sqlite3.db
|
|
|