xbps/bin/xbps-repo/Makefile

11 lines
256 B
Makefile
Raw Normal View History

TOPDIR = ../..
-include $(TOPDIR)/config.mk
BIN = xbps-repo
OBJS = main.o index.o show.o find-files.o list.o
OBJS += ../xbps-bin/fetch_cb.o ../xbps-bin/util.o
OBJS += ../xbps-bin/state_cb.o ../xbps-bin/list.o
MAN = $(BIN).8
2011-11-08 22:15:14 +05:30
include $(TOPDIR)/bin/prog.mk