mirror of
https://github.com/fmang/opustags.git
synced 2025-10-20 04:40:14 +02:00
Build: remove old Makefile
This commit is contained in:
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
|
Reference in New Issue
Block a user