xbps/bin/xbps-repo/Makefile

9 lines
145 B
Makefile
Raw Normal View History

TOPDIR = ../..
-include $(TOPDIR)/config.mk
BIN = xbps-repo
OBJS = main.o util.o index.o repository.o
MAN = $(BIN).8
include $(TOPDIR)/prog.mk