all: test

test:
	python lic_demo.py


install:
	python setup.py build_ext --inplace

