679117e9a9
--HG-- extra : convert_revision : 20398840d20154d90c7457b7318c651c513c1f72
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
|