xbps/bin/xbps-bin/Makefile

10 lines
215 B
Makefile
Raw Normal View History

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
MAN = $(BIN).8
include $(TOPDIR)/prog.mk