Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
khaledhosny committed Nov 26, 2024
1 parent 556b2eb commit 83268b0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ PYTHON := venv/bin/python3
SOURCEDIR = sources
FONTDIR = fonts
TESTDIR = tests
BUILDDIR = build

FONT = ${FONTDIR}/${NAME}.ttf
JSON = ${TESTDIR}/shaping.json
Expand Down Expand Up @@ -89,4 +88,4 @@ dist: ${FONT} ${SVG}
zip -rq ${DIST}.zip ${DIST}

clean:
rm -rf ${BUILDDIR} ${FONT} ${SVG} ${DIST} ${DIST}.zip
rm -rf ${FONT} ${SVG} ${DIST} ${DIST}.zip

0 comments on commit 83268b0

Please sign in to comment.