984eae1578
This also makes xbps_unpack_binary_pkg follow this convention by avoiding static variables. --HG-- branch : progress_callback rename : bin/xbps-repo/util.c => bin/xbps-bin/util.c
8 lines
125 B
Makefile
8 lines
125 B
Makefile
TOPDIR = ../..
|
|
-include $(TOPDIR)/config.mk
|
|
|
|
BIN = xbps-uhelper
|
|
OBJS = main.o ../xbps-bin/fetch.o
|
|
|
|
include $(TOPDIR)/prog.mk
|