3905c2106c
xbps-fetch: added -v flag to see verbose messages in libfetch. --HG-- extra : convert_revision : xtraeme%40gmail.com-20091030111726-axf9paz2k01ntqzz
8 lines
114 B
Makefile
8 lines
114 B
Makefile
TOPDIR = ../..
|
|
include $(TOPDIR)/vars.mk
|
|
|
|
BIN = xbps-repo
|
|
OBJS = main.o util.o index.o
|
|
|
|
include $(TOPDIR)/prog.mk
|