mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
* Move xbps-* into utils/ directory
- Simplify Makefile rules --HG-- extra : convert_revision : f24c98fa56d724772e7c5e9a21cf700e4085d6e2
This commit is contained in:
parent
851ba263ed
commit
af3fe4c94c
4 changed files with 0 additions and 13 deletions
|
@ -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
|
|
Loading…
Add table
Reference in a new issue