xbps-repo(8): implemented 'find-files' target.

This commit is contained in:
Juan RP
2010-12-15 15:14:44 +01:00
parent 8013448097
commit ece608a080
6 changed files with 161 additions and 11 deletions

View File

@@ -2,7 +2,7 @@ TOPDIR = ../..
-include $(TOPDIR)/config.mk
BIN = xbps-repo
OBJS = main.o util.o index.o repository.o
OBJS = main.o util.o index.o repository.o find-files.o
MAN = $(BIN).8
include $(TOPDIR)/prog.mk