File: Makefile

package info (click to toggle)
braceexpand 0.1.7-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 132 kB
  • sloc: python: 251; makefile: 14
file content (11 lines) | stat: -rw-r--r-- 173 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
README.rst: README.md
	pandoc --from=markdown --to=rst $< > $@

init:
	pip install -e .

test:
	python src/braceexpand/__init__.py
	python test_braceexpand.py

.PHONY: test