xbps/bin/xbps-bin/Makefile

11 lines
234 B
Makefile

TOPDIR = ../..
-include $(TOPDIR)/config.mk
BIN = xbps-bin
OBJS = check.o install.o main.o remove.o show-deps.o
OBJS += show-info-files.o ../xbps-repo/util.o find-files.o
OBJS += question.o
MAN = $(BIN).8
include $(TOPDIR)/prog.mk