pkgconf/Makefile

9 lines
111 B
Makefile

PROG = pkgconf${PROG_SUFFIX}
SRCS = main.c parse.c pkg.c
include buildsys.mk
LIBS = -lpopt
include .deps