From 304c6ab8daf21e8561e6accf6367780b6837d6ed Mon Sep 17 00:00:00 2001 From: la-ninpre Date: Wed, 18 Nov 2020 12:18:10 +0300 Subject: update python bin location also strip license from font-files - no need to store it there. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c25ddf1..5f9b953 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ FONT_NAME=Putnik FONT_VERSION=$(shell git describe --abbrev=4) RELEASE=$(FONT_NAME)-$(FONT_VERSION) -PYTHON=/usr/bin/python +PYTHON=/usr/bin/python3 VENV_BIN=venv/bin FONTMAKE=$(VENV_BIN)/fontmake OUT_DIR=fonts @@ -32,6 +32,6 @@ release-zip: ttf otf zip -j $(RELEASE).zip $(OTF) $(TTF) LICENSE clean: - -rm $(TTF) $(OTF) $(RELEASE).* + -rm $(TTF) $(OTF) *.zip *.tar.gz .PHONY: all release venv clean -- cgit v1.2.3