Add clean_objs to all target.
--HG-- extra : convert_revision : 2e7e440048ad6a819fe40fb7fe11eba62a3b3405
This commit is contained in:
parent
d5d8bb96b0
commit
f043d3db38
|
@ -3,7 +3,7 @@ PREFIX ?= /usr/local
|
|||
PKGDB_CFLAGS += -Wall -Werror -I$(PREFIX)/include
|
||||
PKGDB_LDFLAGS += -lprop
|
||||
|
||||
all: xbps-digest xbps-pkgdb xbps-cmpver
|
||||
all: xbps-digest xbps-pkgdb xbps-cmpver clean_objs
|
||||
|
||||
xbps-cmpver: xbps-cmpver.o
|
||||
$(CC) $(CFLAGS) $< -o $@
|
||||
|
|
Loading…
Reference in New Issue
Block a user