diff --git a/GNUmakefile b/GNUmakefile new file mode 100644 index 000000000..088b3e558 --- /dev/null +++ b/GNUmakefile @@ -0,0 +1,6 @@ +.PHONY: default +default: + @echo "Use meson to build PipeWire's SPA" + +README.html: README.adoc + asciidoc -b html5 -a icons -a data-uri --theme ladi -o README.html README.adoc