xbps/bin/xbps-rindex/Makefile
Juan RP 99be698979 Use a single file to store repository data.
This is just the starting point to extend repositories with PGP signatures.
2013-06-10 10:28:39 +02:00

9 lines
179 B
Makefile

TOPDIR = ../..
-include $(TOPDIR)/config.mk
BIN = xbps-rindex
OBJS = main.o index-add.o index-clean.o remove-obsoletes.o repoflush.o
MAN = $(BIN).8
include $(TOPDIR)/mk/prog.mk