mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-25 05:05:13 +02:00
5 lines
91 B
Makefile
5 lines
91 B
Makefile
BIN = xbps-bin
|
|
OBJS = main.o ../xbps-repo/util.o
|
|
|
|
TOPDIR = ../..
|
|
include $(TOPDIR)/prog.mk
|