xbps/bin/xbps-uhelper/Makefile
2023-02-11 19:32:44 +01:00

8 lines
135 B
Makefile

TOPDIR = ../..
-include $(TOPDIR)/config.mk
BIN = xbps-uhelper
OBJS = main.o ../xbps-install/fetch_cb.o
include $(TOPDIR)/mk/prog.mk