~ubuntu-branches/ubuntu/lucid/mp3rename/lucid

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Mark Purcell
  • Date: 2002-04-08 20:51:43 UTC
  • Revision ID: james.westby@ubuntu.com-20020408205143-73wz64orehh0a7mj
Tags: 0.6-6
Fixup help2man path

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
SRCS =  mp3rename.c 
3
3
OBJS =  mp3rename.o 
4
4
RM = /bin/rm
 
5
INSTALL = /usr/bin/install
5
6
 
6
7
all: mp3rename
7
8
 
12
13
        $(RM) -f $(OBJS) $(PROG) *~ *core
13
14
 
14
15
install:
15
 
        $(INSTALL) -c mp3rename $(PREFIX)/bin/mp3rename
16
 
        $(INSTALL) -c mp3rename.1.gz $(PREFIX)/man/man1/
17
 
    
 
 
b'\\ No newline at end of file'
 
16
        $(INSTALL) -D mp3rename $(PREFIX)/usr/bin/mp3rename