diff --git a/Makefile b/Makefile index 1108a48..3b87d5d 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ VERSION ?= $(shell git tag --points-at HEAD | sed 's/^v//') VERSION += 0-git-$(shell git rev-parse --short HEAD) VERSION := $(word 1, $(VERSION)) -include config.mk +PREFIX ?= /usr all: @echo "Nekofetch doesn't need to be compiled, run 'make install' to install" diff --git a/config.mk b/config.mk deleted file mode 100644 index ca44285..0000000 --- a/config.mk +++ /dev/null @@ -1 +0,0 @@ -PREFIX := /usr