File: Makefile

package info (click to toggle)
changetrack 4.7-9
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 256 kB
  • sloc: perl: 1,066; sh: 65; makefile: 11
file content (11 lines) | stat: -rw-r--r-- 232 bytes parent folder | download | duplicates (7)
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."