xbps/bin/xbps-install/Makefile
2012-11-06 10:23:07 +01:00

10 lines
205 B
Makefile

TOPDIR = ../..
-include $(TOPDIR)/config.mk
BIN = xbps-install
OBJS = main.o transaction.o main.o question.o fetch_cb.o state_cb.o
OBJS += unpack_cb.o util.o
MAN = $(BIN).8
include $(TOPDIR)/mk/prog.mk