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

tool/: move dump_* from ant-txt to libant; add IO error checkint

This commit is contained in:
Werner Almesberger
2012-11-01 19:24:17 -03:00
parent cf8c7f754d
commit 5a71d27678
4 changed files with 108 additions and 72 deletions

View File

@@ -16,7 +16,7 @@ LIB = libant.a
# _GNU_SOURCE for vasprintf
CFLAGS = -g -Wall -D_GNU_SOURCE
OBJS = edit.o font.o
OBJS = edit.o font.o dump.o
.PHONY: all ben clean spotless