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

gencat/: abstract library data structure and its management (WIP)

This commit is contained in:
Werner Almesberger
2012-07-11 22:27:22 -03:00
parent b34b0917dd
commit e62c717db1
9 changed files with 178 additions and 125 deletions

View File

@@ -11,7 +11,7 @@
PREFIX ?= /usr/local
OBJS = gencat.o tree.o comp.o pdf.o
OBJS = gencat.o tree.o libs.o comp.o pdf.o
SHELL = /bin/bash
CFLAGS = -Wall -g