mirror of
https://github.com/void-linux/void-packages.git
synced 2025-10-02 08:35:16 +02:00
5 lines
79 B
Makefile
5 lines
79 B
Makefile
BIN = xbps-repo
|
|
OBJS = main.o util.o
|
|
|
|
TOPDIR = ../..
|
|
include $(TOPDIR)/prog.mk
|