mirror of
https://github.com/danbulant/nekofetch
synced 2026-06-24 00:51:44 +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 := $(word 1, $(VERSION))
|
||||
|
||||
include config.mk
|
||||
PREFIX ?= /usr
|
||||
|
||||
all:
|
||||
@echo "Nekofetch doesn't need to be compiled, run 'make install' to install"
|
||||
|
|
|
|||
|
|
@ -1 +0,0 @@
|
|||
PREFIX := /usr
|
||||
Loading…
Reference in a new issue