view Makefile @ 705:cc4478e5a8c3

Add th_ioctx_stdio.o to th-libs depencies.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 29 Feb 2020 12:23:08 +0200
parents 23d16d9cdf96
children 3a3e4fc53ac7
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 = -DHAVE_STRING_H -DHAVE_STDINT_H -DUSE_XDG=1
LDFLAGS = -lncurses

#CFLAGS += -DHAVE_STDINT_H
#CFLAGS += -DHAVE_SYS_TYPES_H

include Makefile.unix