File: Makefile

package info (click to toggle)
mrename 1.2-8
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 64 kB
  • ctags: 2
  • sloc: sh: 100; makefile: 42
file content (9 lines) | stat: -rw-r--r-- 185 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
# Makefile adapted from saytime and added for Debian by Dr. Guenter Bechly 

DESTDIR   =
BINDIR    = $(DESTDIR)/usr/bin

install: 
	install mcpmv  $(BINDIR)
	install mrename $(BINDIR)