Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Commit

Permalink
Use pre-existing variable in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
m4rc1e authored and davelab6 committed Apr 15, 2020
1 parent 02d2888 commit cb3cde1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ hinted:
src/hinted/Roboto-*) unhinted=out/RobotoTTF/$$basename ;; \
*) unhinted=out/RobotoCondensedTTF/$$basename ;; \
esac; \
final=out/hinted/$$(basename $$source); \
final=out/hinted/$$basename; \
python scripts/touchup_for_web.py $$source $$unhinted $$final Roboto; \
done

Expand Down

0 comments on commit cb3cde1

Please sign in to comment.