File: Makefile

package info (click to toggle)
id3ren 1.1b0-8
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 408 kB
  • sloc: ansic: 1,878; makefile: 40; sh: 4
file content (16 lines) | stat: -rw-r--r-- 237 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
RM = rm -f
INSTALL = install -D -m 755
# Edited for Debian GNU/Linux.
DESTDIR =
INSTALL_DIR = $(DESTDIR)/usr/man/man1
INSTALL_NAME = id3ren.1.gz

all:

debug:

install:
	${INSTALL} ${INSTALL_NAME} ${INSTALL_DIR}/${INSTALL_NAME}

clean: