mirror of
https://github.com/danbulant/nekofetch
synced 2026-07-09 04:50:56 +00:00
Move PREFIX to Makefile
This commit is contained in:
parent
d39be74d1a
commit
26613ace6d
2 changed files with 1 additions and 2 deletions
2
Makefile
2
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 += 0-git-$(shell git rev-parse --short HEAD)
|
||||||
VERSION := $(word 1, $(VERSION))
|
VERSION := $(word 1, $(VERSION))
|
||||||
|
|
||||||
include config.mk
|
PREFIX ?= /usr
|
||||||
|
|
||||||
all:
|
all:
|
||||||
@echo "Nekofetch doesn't need to be compiled, run 'make install' to install"
|
@echo "Nekofetch doesn't need to be compiled, run 'make install' to install"
|
||||||
|
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
PREFIX := /usr
|
|
||||||
Loading…
Reference in a new issue