8 lines
162 B
Makefile
8 lines
162 B
Makefile
TOPDIR = ../..
|
|
-include $(TOPDIR)/config.mk
|
|
|
|
BIN = xbps-install
|
|
OBJS = main.o transaction.o question.o fetch_cb.o state_cb.o util.o
|
|
|
|
include $(TOPDIR)/mk/prog.mk
|