view Makefile.openbsd @ 701:f3b119599b3a

Slight code cleanup on aisle nn_window_new().
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 17 Jan 2020 20:04:06 +0200
parents 23d16d9cdf96
children
line wrap: on
line source

#
# OpenBSD configuration settings
#

# C-compiler, flags and linker flags
CC=gcc
CFLAGS=-DHAVE_STRING_H -DHAVE_INT_TYPES -DHAVE_NETINET_IN_H -DHAVE_NCURSES_H
LDFLAGS=-lncurses


include Makefile.unix