Skip to content
Snippets Groups Projects
Forked from DM / dm-docs
261 commits behind, 865 commits ahead of the upstream repository.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
Makefile 247 B
TOP=../../..

all install: dist

clean clean-all clean-install distclean: pyc-clean

.PHONY: pyc-clean
pyc-clean:
	rm -f `find . -name '*.pyc'`

# For compiling from command line, we have to use generic build properties file
.PHONY: dist
dist: