8 lines
132 B
Makefile
8 lines
132 B
Makefile
TOPDIR = ../..
|
|
-include $(TOPDIR)/config.mk
|
|
|
|
BIN = xbps-uhelper
|
|
OBJS = main.o ../xbps-bin/fetch_cb.o
|
|
|
|
include $(TOPDIR)/bin/prog.mk
|