xbps-bin: added WIP remove target.

--HG--
extra : convert_revision : 71314f7183384094223cf10bf16ff704ca084883
This commit is contained in:
Juan RP
2009-02-03 03:18:00 +01:00
parent b2fe705924
commit 4a9125364a
4 changed files with 161 additions and 10 deletions

View File

@@ -9,7 +9,7 @@ LIBXBPS = libxbps.so
LIBXBPS_LDFLAGS = -larchive -lprop -shared -Wl,-soname,$(LIBXBPS).$(MAJOR)
OBJECTS = cmpver.o depends.o humanize_number.o install.o plist.o
OBJECTS += sha256.o util.o repository.o fexec.o info.o
OBJECTS += sha256.o util.o repository.o fexec.o info.o remove.o
all: $(LIBXBPS)
.PHONY: all