File: Makefile

package info (click to toggle)
changetrack 4.7-10
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 284 kB
  • sloc: perl: 1,401; sh: 65; makefile: 11
file content (11 lines) | stat: -rw-r--r-- 232 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
test:
	@sh test.sh

install: test
	cp changetrack /usr/local/bin/
	cp changetrack.man /usr/local/man/man1/
	cp changetrack.conf /etc/
	@echo "Examine and customize /etc/changetrack.conf."
	@echo "Add changetrack to your crontab."