Skip to content
Snippets Groups Projects
Forked from Platform / Development / swh-model
246 commits behind the upstream repository.
Makefile.local 199 B
sphinx/html: images
sphinx/clean: clean-images
assets: images

images:
	make -C images/
clean-images:
	make -C images/ clean

.PHONY: images clean-images


# Local Variables:
# mode: makefile
# End: