mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
9 lines
84 B
Makefile
9 lines
84 B
Makefile
all: rpc.html
|
|
|
|
clean:
|
|
rm -rf *.html
|
|
|
|
%.html: %.txt
|
|
asciidoc $<
|
|
|
|
.PHONY: all clean
|