summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2015-10-16 11:45:32 -0300
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2015-10-16 11:45:32 -0300
commit6adc4c0709dfdbfc7fb60c875aab5b018e8110af (patch)
tree7a24d489cec5188352627602fb123cd75842cbca
parent8b010423763f312cc4a4dbf540dc1ee4eceda6a4 (diff)
Makefile: add fonts and clean-fonts
-rw-r--r--Makefile8
1 files changed, 8 insertions, 0 deletions
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 <http://www.gnu.org/licenses/>.
+
+all: fonts
+fonts:
+ make -C src/fnt
+
+clean: clean-fonts
+clean-fonts:
+ make -C src/fnt clean