6 lines
87 B
Makefile
6 lines
87 B
Makefile
|
BIN = xbps-repo
|
||
|
OBJS = main.o util.o index.o
|
||
|
|
||
|
TOPDIR = ../..
|
||
|
include $(TOPDIR)/prog.mk
|