From b6dd3c12ecf5db071af8b94ef701a52cb91e88a8 Mon Sep 17 00:00:00 2001 From: Roozbeh Pournader Date: Fri, 17 Apr 2015 17:26:10 -0700 Subject: Clean up Makefile and build-v2.py path references. --- Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index fad70c6..070467b 100644 --- a/Makefile +++ b/Makefile @@ -15,9 +15,7 @@ all: v2 v2: - echo "BASEDIR=\"$(CURDIR)\"" > /tmp/makefontsB.py - cat "scripts/build-v2.py" >> /tmp/makefontsB.py - python /tmp/makefontsB.py + PYTHONPATH=$(PYTHONPATH):$(CURDIR)/scripts/lib python scripts/build-v2.py crunch: mkdir -p out/crunched -- cgit v1.2.3