2009-10-16 00:22:34 +02:00
|
|
|
TOPDIR = ../..
|
2010-05-19 22:38:27 +02:00
|
|
|
-include $(TOPDIR)/config.mk
|
2009-10-16 00:22:34 +02:00
|
|
|
|
2009-08-17 19:07:20 +02:00
|
|
|
BIN = xbps-repo
|
2011-01-22 12:40:19 +01:00
|
|
|
OBJS = main.o index.o repository.o find-files.o
|
|
|
|
OBJS += ../xbps-bin/fetch.o ../xbps-bin/util.o
|
2009-11-19 06:03:37 +01:00
|
|
|
MAN = $(BIN).8
|
2009-08-17 19:07:20 +02:00
|
|
|
|
|
|
|
include $(TOPDIR)/prog.mk
|