From 6adc4c0709dfdbfc7fb60c875aab5b018e8110af Mon Sep 17 00:00:00 2001 From: "coadde [Márcio Alexandre Silva Delgado]" Date: Fri, 16 Oct 2015 11:45:32 -0300 Subject: Makefile: add fonts and clean-fonts --- Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Makefile b/Makefile index d87bf8e..512e1ea 100644 --- a/Makefile +++ b/Makefile @@ -13,3 +13,11 @@ # # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see . + +all: fonts +fonts: + make -C src/fnt + +clean: clean-fonts +clean-fonts: + make -C src/fnt clean -- cgit v1.2.3-54-g00ecf