File: Makefile

package info (click to toggle)
isospec 1.9.1-5
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,148 kB
  • sloc: cpp: 5,833; python: 710; ansic: 416; makefile: 139; sh: 9
file content (4 lines) | stat: -rw-r--r-- 102 bytes parent folder | download
1
2
3
4
reinstall:
	rm -rf IsoSpecPy.egg-info build dist
	pip uninstall -y IsoSpecPy
	python setup.py install