Delete Makefile
This commit is contained in:
parent
2a69b8fcc6
commit
2b1453cb71
19
Makefile
19
Makefile
|
@ -1,19 +0,0 @@
|
|||
PREFIX ?= /usr
|
||||
MANDIR ?= $(PREFIX)/share/man
|
||||
|
||||
|
||||
all:
|
||||
gcc fetchy.c -o fetchy
|
||||
|
||||
clean:
|
||||
rm fetchy
|
||||
|
||||
install:
|
||||
gcc fetchy.c -o fetchy
|
||||
@mkdir -p $(DESTDIR)$(PREFIX)/bin
|
||||
@cp -p fetchy $(DESTDIR)$(PREFIX)/bin/fetchy
|
||||
@chmod 755 $(DESTDIR)$(PREFIX)/bin/fetchy
|
||||
|
||||
|
||||
uninstall:
|
||||
rm /bin/fetchy
|
Loading…
Reference in a new issue