mirror of
https://github.com/void-linux/void-packages.git
synced 2025-10-15 23:15:10 +02:00
5 lines
110 B
Makefile
5 lines
110 B
Makefile
BIN = xbps-bin
|
|
OBJS = install.o main.o remove.o ../xbps-repo/util.o
|
|
|
|
TOPDIR = ../..
|
|
include $(TOPDIR)/prog.mk
|