From d2eb8d5c078bf833feda02214ca5651ae42864d0 Mon Sep 17 00:00:00 2001 From: Jay Larson Date: Sun, 16 Dec 2018 16:10:08 -0600 Subject: [PATCH] Added cleanup of dev directory to Makefile --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 66865ea..49c26e8 100644 --- a/Makefile +++ b/Makefile @@ -70,7 +70,7 @@ REPO = main BRIEF = The GD image library DESC = GD is an open source code library for the dynamic creation of images \ by programmers -SNAPVER = 1 +SNAPVER = 2 ARCHIVE := $(PWD)/SRC/$(shell ls SRC|egrep '(bz2|gz|tar|xz)$$'|tail -1) TYPE := $(shell file -ib $(ARCHIVE)|cut -d';' -f1|tr -d '\n') @@ -139,6 +139,7 @@ test: $(ROOT) clean: @rm -rvf $(ROOT) \ + $(DEV) \ $(SNAPINFO) \ $(MANIFEST) \ $(FILES) \