8 lines
298 B
Makefile
8 lines
298 B
Makefile
# hhl.staticlib.sbase.mk - hhl - /usr/include/mk
|
|
# Copyright 2020 Nathan Fisher <nfisher.sr@gmail.com>
|
|
#
|
|
doinstall = false
|
|
include hhl.staticlib.mk
|
|
cppflags += -D_FILE_OFFSET_BITS=64 -D_XOPEN_SOURCE=700 -D_GNU_SOURCE
|
|
cflags += -std=c99 -Wall -Wextra
|
|
ldflags += -I../../../include
|