mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-07 18:18:18 +01:00
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
|
|
|