eeshow/delta.c: very coarse structural deltas (WIP)

This commit is contained in:
Werner Almesberger
2016-08-07 14:05:57 -03:00
parent 4418741fc6
commit ba62fc4fc4
3 changed files with 271 additions and 1 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
NAME = eeshow
OBJS = main.o sch-parse.o sch-render.o lib-parse.o lib-render.o \
gui.o gui-over.o gui-aoi.o fmt-pango.o \
file.o git-util.o git-file.o git-hist.o \
file.o git-util.o git-file.o git-hist.o delta.o \
style.o fig.o record.o cro.o diff.o gfx.o dwg.o text.o misc.o
CFLAGS = -g -Wall -Wextra -Wno-unused-parameter -Wshadow \