html: ../Escpos.php escpos.conf
	doxygen escpos.conf

latex: html
	# Do nothing

clean:
	rm --preserve-root -Rf html latex doxygen_sqlite3.db

