mirror of
https://github.com/dylanaraps/sowm.git
synced 2025-07-28 10:41:57 -07:00
sowm: make CC configurable.
This commit is contained in:
2
Makefile
2
Makefile
@@ -4,7 +4,7 @@ LDFLAGS=
|
|||||||
PREFIX?= /usr
|
PREFIX?= /usr
|
||||||
BINDIR?= $(PREFIX)/bin
|
BINDIR?= $(PREFIX)/bin
|
||||||
|
|
||||||
CC=gcc
|
CC ?= gcc
|
||||||
|
|
||||||
all: sowm
|
all: sowm
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user