9 lines
158 B
Makefile
9 lines
158 B
Makefile
TOPDIR = ../..
|
|
-include $(TOPDIR)/config.mk
|
|
|
|
BIN = xbps-repo
|
|
OBJS = main.o util.o index.o repository.o find-files.o
|
|
MAN = $(BIN).8
|
|
|
|
include $(TOPDIR)/prog.mk
|