xbps-bin: added support for the show target.
--HG-- extra : convert_revision : 24b2d30a94c95b22b1c524203cf578da03314335
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
TOPDIR = ../..
|
||||
include $(TOPDIR)/vars.mk
|
||||
|
||||
OBJS = main.o
|
||||
OBJS = main.o ../xbps-repo/util.o
|
||||
BIN = xbps-bin
|
||||
|
||||
all: $(BIN)
|
||||
@@ -18,6 +18,7 @@ clean-bins:
|
||||
|
||||
clean-objs:
|
||||
-rm -f *.o
|
||||
-rm -f ../xbps-repo/util.o
|
||||
|
||||
install: $(BIN)
|
||||
install -d $(SBINDIR)
|
||||
|
||||
Reference in New Issue
Block a user