1
0
mirror of git://projects.qi-hardware.com/antorcha.git synced 2025-04-21 12:27:27 +03:00

tools/libtxt/: add rendering of (compiled) edits (untested, WIP)

This commit is contained in:
Werner Almesberger
2012-06-29 22:52:25 -03:00
parent d05c6a9558
commit 67a3ecc798
3 changed files with 23 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ MAIN = libtxt.a
CFLAGS = -g -Wall
OBJS = font.o
OBJS = edit.o font.o
.PHONY: all clean spotless