* Move xbps-* into utils/ directory

- Simplify Makefile rules

--HG--
extra : convert_revision : f24c98fa56d724772e7c5e9a21cf700e4085d6e2
This commit is contained in:
pancake 2008-10-27 18:01:15 +01:00
parent 851ba263ed
commit af3fe4c94c
4 changed files with 0 additions and 13 deletions

View File

@ -1,13 +0,0 @@
# Override PREFIX to look in correct path.
#
PREFIX ?= /usr/local
CFLAGS += -Wall -Werror -I$(PREFIX)/include
LDFLAGS += -lprop
all: xbps-pkgdb
xbps-pkgdb: xbps-pkgdb.o
$(CC) $(CFLAGS) $(LDFLAGS) $< -o $@
clean:
-rm -f *.o *.core xbps-pkgdb