Skip to content
Snippets Groups Projects
Commit 0d8d24a3 authored by sveseli's avatar sveseli
Browse files

add top level python makefile

parent ae7647a8
No related branches found
No related tags found
No related merge requests found
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:
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment