8 lines
177 B
Makefile
8 lines
177 B
Makefile
TOPDIR = ../..
|
|
-include $(TOPDIR)/config.mk
|
|
|
|
BIN = xbps-rindex
|
|
OBJS = main.o sem.o index-add.o index-clean.o remove-obsoletes.o repoflush.o sign.o
|
|
|
|
include $(TOPDIR)/mk/prog.mk
|