slides/2024/osmodevcon2024/osmocombb_gprs/Makefile

10 lines
131 B
Makefile

html: slides.html
slides.html: slides.adoc
asciidoc slides.adoc
.PHONY: html
clean:
rm -f slides*.png slides*.txt slides.html