src/world/argp-standalone/Makefile

10 lines
240 B
Makefile

# Makefile - hhl - /src/world/argp-standalone
# Copyright 2020 Nathan Fisher <nfisher.sr@gmail.com>
#
libname = argp
doinstall = true
cflags += -O2
cflags += -Wall
cflags += --sysroot=$(DESTDIR)
include hhl.staticlib.mk