From d90175096b745e267798f35f9c042dacbd9a23ba Mon Sep 17 00:00:00 2001 From: Jay Larson Date: Sun, 16 Dec 2018 16:13:26 -0600 Subject: [PATCH] Added cleanup of dev directory in Makefile --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 885395e..9976253 100644 --- a/Makefile +++ b/Makefile @@ -69,7 +69,7 @@ export URL = http://www.libpng.org/pub/png/libpng.html REPO = main BRIEF = 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) TYPE := $(shell file -ib $(ARCHIVE)|cut -d';' -f1|tr -d '\n') @@ -143,6 +143,7 @@ test: $(ROOT) clean: @rm -rvf $(ROOT) \ + $(DEV) \ $(SNAPINFO) \ $(MANIFEST) \ $(FILES) \