File: Makefile

package info (click to toggle)
python-pweave 0.30.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 5,064 kB
  • sloc: python: 30,281; makefile: 167
file content (17 lines) | stat: -rw-r--r-- 218 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
all:
	pweave index.rstw
	rm -f *.out
	rm -f *.log
	rm -f *.aux
	rm -rf cache
clean:
	rm -f *.pdf
	rm -f *.out
	rm -f *.aux
	rm -f *.log
	rm -f *.md
	rm -f *.rst
	rm -f *.tex
	rm -f *.html
	rm -rf figures
	rm -rf cache