view Makefile @ 717:183818be0d83

s/ITEM_/CFG_ITEM_/g
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 02 Jul 2023 03:21:18 +0300
parents 93d0e1547842
children
line wrap: on
line source

#
# Configuration settings for Linux and generic UNIX
# See other Makefile.* files for more options.
#

# C-compiler, flags and linker flags
#CFLAGS += -fsanitize=address
#LDFLAGS +== -lasan
LDFLAGS += -lncurses

CFLAGS += -DUSE_XDG=1

CFLAGS += -DHAVE_STRING_H
CFLAGS += -DHAVE_STDBOOL_H
CFLAGS += -DHAVE_INTTYPES_H
#CFLAGS += -DHAVE_SYS_TYPES_H

include Makefile.unix