Delete Makefile

This commit is contained in:
Јован Ђокић-Шумарац 2021-05-03 19:34:47 +00:00
parent 2a69b8fcc6
commit 2b1453cb71

View file

@ -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