File: Makefile

package info (click to toggle)
mrename 1.2-17
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 148 kB
  • sloc: sh: 300; makefile: 8
file content (11 lines) | stat: -rw-r--r-- 191 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
# Makefile adapted from saytime and added for Debian by Dr. Guenter Bechly 

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

all:

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