mirror of
https://github.com/fmang/opustags.git
synced 2025-03-14 08:30:08 +01:00
Build: remove old Makefile
This commit is contained in:
parent
f26de884aa
commit
1c2232c197
23
Makefile
23
Makefile
@ -1,23 +0,0 @@
|
||||
DESTDIR=/usr/local
|
||||
MANDEST=share/man
|
||||
CFLAGS=-Wall
|
||||
LDFLAGS=-logg
|
||||
|
||||
all: opustags
|
||||
|
||||
opustags: src/opustags.c
|
||||
|
||||
man: doc/opustags.1
|
||||
gzip <doc/opustags.1 >opustags.1.gz
|
||||
|
||||
install: opustags man
|
||||
mkdir -p $(DESTDIR)/bin $(DESTDIR)/$(MANDEST)/man1
|
||||
install -m 755 opustags $(DESTDIR)/bin/
|
||||
install -m 644 opustags.1.gz $(DESTDIR)/$(MANDEST)/man1/
|
||||
|
||||
uninstall:
|
||||
rm -f $(DESTDIR)/bin/opustags
|
||||
rm -f $(DESTDIR)/$(MANDEST)/man1/opustags.1.gz
|
||||
|
||||
clean:
|
||||
rm -f opustags opustags.1.gz
|
Loading…
x
Reference in New Issue
Block a user