6 lines
110 B
Makefile
6 lines
110 B
Makefile
BIN = xbps-bin
|
|
OBJS = install.o main.o remove.o ../xbps-repo/util.o
|
|
|
|
TOPDIR = ../..
|
|
include $(TOPDIR)/prog.mk
|