mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 15:45:15 -04:00
Closes: https://bugs.gentoo.org/884441 Closes: https://bugs.gentoo.org/884431 Closes: https://bugs.gentoo.org/884439 Closes: https://bugs.gentoo.org/884437 Signed-off-by: Cara Salter <cara@devcara.com>
12 lines
389 B
Diff
12 lines
389 B
Diff
--- Makefile 2022-12-01 16:12:15.695821291 -0500
|
|
+++ Makefile 2022-12-05 08:00:42.879825137 -0500
|
|
@@ -4,7 +4,7 @@
|
|
UWUFETCH_VERSION = $(shell git describe --tags)
|
|
CFLAGS = -O3 -DUWUFETCH_VERSION=\"$(UWUFETCH_VERSION)\"
|
|
CFLAGS_DEBUG = -Wall -Wextra -g -pthread -DUWUFETCH_VERSION=\"$(UWUFETCH_VERSION)\"
|
|
-CC = cc
|
|
+CC ?= cc
|
|
AR = ar
|
|
DESTDIR = /usr
|
|
RELEASE_SCRIPTS = release_scripts/*.sh
|