src/world/argp-standalone/Makefile

15 lines
316 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)
define post_install
install -m644 src/argp.h $(DESTDIR)/usr/include
endef
include hhl.staticlib.mk