##
# NISoC Viz
#
# @file
# @version 0.1

.DEFAULT_GOAL := cythonize

cythonize:
	python setup.py build_ext --inplace



# end
