File: Makefile

package info (click to toggle)
backup-manager 0.7.14-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,656 kB
  • sloc: sh: 4,041; perl: 1,176; makefile: 215
file content (17 lines) | stat: -rw-r--r-- 200 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
trash=\
	repository \
	rep-BackupManagertest \
	bar-foo \
	foo-foo.d \
	static \
	var \
	test.pl \
	rep-132312-test \
	rep-sukria-test \
	foo.d \
	bar01 \
	foo-bar.d \
	bar21

clean:
	rm -rf $(trash)