10 lines
187 B
Makefile
10 lines
187 B
Makefile
TOPDIR = ../..
|
|
-include $(TOPDIR)/config.mk
|
|
|
|
BIN = xbps-query
|
|
OBJS = main.o list.o show-deps.o show-info-files.o
|
|
OBJS += ownedby.o search.o
|
|
#MAN = $(BIN).8
|
|
|
|
include $(TOPDIR)/mk/prog.mk
|