src/world/lib/liboutil/Makefile

13 lines
342 B
Makefile

# Makefile - hhl - /usr/src/world/lib/libbsd
# Copyright 2020 Nathan Fisher <nfisher.sr@gmail.com>
#
libname = outil
doinstall = false
cppflags += -DHAVE_CONFIG_H
cflags += -O2
ldflags += -I./include
ldflags += -I./src
ldflags += -include include/compat.h
ldflags += -include src/config.h
include hhl.staticlib.mk