File: Makefile

package info (click to toggle)
metakernel 0.30.3-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,372 kB
  • sloc: python: 5,099; makefile: 179; sh: 18
file content (6 lines) | stat: -rw-r--r-- 81 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
.PHONY: test


test:
	pip install -e .
	ipython console --kernel=metakernel_echo