summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-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