xbps/bin/xbps-reconfigure/Makefile
classabbyamp be7e532c3c xbps-reconfigure: add ability to reconfigure dependencies
adds `-x/--deps` and `--fulldeptree`, that behave similar to the xbps-query modes

fixes #464
2022-12-22 13:47:33 +01:00

8 lines
124 B
Makefile

TOPDIR = ../..
-include $(TOPDIR)/config.mk
BIN = xbps-reconfigure
OBJS = main.o find-deps.o
include $(TOPDIR)/mk/prog.mk