mirror of
git://git.suckless.org/sbase
synced 2024-12-23 23:43:33 +00:00
da547fb294
do not override CC in config.mk
12 lines
161 B
Makefile
12 lines
161 B
Makefile
# sbase version
|
|
VERSION = 0.0
|
|
|
|
#CC = cc
|
|
#CC = musl-gcc
|
|
|
|
AR = ar
|
|
|
|
CPPFLAGS = -D_BSD_SOURCE
|
|
CFLAGS = -Os -ansi -Wall -pedantic $(CPPFLAGS)
|
|
LDFLAGS = -s -static
|