Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d90175096b |
3
Makefile
3
Makefile
@@ -69,7 +69,7 @@ export URL = http://www.libpng.org/pub/png/libpng.html
|
|||||||
REPO = main
|
REPO = main
|
||||||
BRIEF = libpng is the official PNG reference library
|
BRIEF = libpng is the official PNG reference library
|
||||||
DESC = libpng is the official PNG reference library
|
DESC = libpng is the official PNG reference library
|
||||||
SNAPVER = 0
|
SNAPVER = 1
|
||||||
|
|
||||||
ARCHIVE := $(PWD)/SRC/$(shell ls SRC|egrep '(bz2|gz|tar|xz)$$'|tail -1)
|
ARCHIVE := $(PWD)/SRC/$(shell ls SRC|egrep '(bz2|gz|tar|xz)$$'|tail -1)
|
||||||
TYPE := $(shell file -ib $(ARCHIVE)|cut -d';' -f1|tr -d '\n')
|
TYPE := $(shell file -ib $(ARCHIVE)|cut -d';' -f1|tr -d '\n')
|
||||||
@@ -143,6 +143,7 @@ test: $(ROOT)
|
|||||||
|
|
||||||
clean:
|
clean:
|
||||||
@rm -rvf $(ROOT) \
|
@rm -rvf $(ROOT) \
|
||||||
|
$(DEV) \
|
||||||
$(SNAPINFO) \
|
$(SNAPINFO) \
|
||||||
$(MANIFEST) \
|
$(MANIFEST) \
|
||||||
$(FILES) \
|
$(FILES) \
|
||||||
|
|||||||
Reference in New Issue
Block a user