qubesos.github.io/Makefile

8 lines
67 B
Makefile

all:
podman-compose up
clean:
$(RM) -r _site
.PHONY: all clean