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

eeshow/: option -H path_into_repo to list branched history of repository

This commit is contained in:
Werner Almesberger
2016-08-04 16:12:40 -03:00
parent 9564707f83
commit e18c146323
4 changed files with 250 additions and 3 deletions

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 \
file.o git-file.o \
file.o git-file.o git-hist.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 \