be7e532c3c
adds `-x/--deps` and `--fulldeptree`, that behave similar to the xbps-query modes fixes #464
8 lines
124 B
Makefile
8 lines
124 B
Makefile
TOPDIR = ../..
|
|
-include $(TOPDIR)/config.mk
|
|
|
|
BIN = xbps-reconfigure
|
|
OBJS = main.o find-deps.o
|
|
|
|
include $(TOPDIR)/mk/prog.mk
|