Move PREFIX to Makefile

This commit is contained in:
BBaoVanC 2021-01-10 18:43:01 -06:00
parent d39be74d1a
commit 26613ace6d
No known key found for this signature in database
GPG key ID: 18089E4E3CCF1D3A
2 changed files with 1 additions and 2 deletions

View file

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

View file

@ -1 +0,0 @@
PREFIX := /usr