mirror of
git://projects.qi-hardware.com/eda-tools.git
synced 2025-04-21 12:27:27 +03:00
sch2fig/: basic field support
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
#
|
||||
|
||||
NAME = sch2fig
|
||||
OBJS = main.o sch.o lib.o fig.o text.o
|
||||
OBJS = main.o sch.o lib.o fig.o text.o misc.o
|
||||
|
||||
CFLAGS = -g -Wall -Wextra -Wno-unused-parameter
|
||||
LIBS = -lm
|
||||
@@ -28,6 +28,9 @@ $(NAME): $(OBJS)
|
||||
NEO900_HW = ../../../n9/ee/hw
|
||||
KICAD_LIBS = ../../kicad-libs/components
|
||||
|
||||
sch:
|
||||
eeschema test.sch
|
||||
|
||||
test: $(NAME)
|
||||
./$(NAME) $(NEO900_HW)/neo900.lib \
|
||||
$(KICAD_LIBS)/powered.lib \
|
||||
|
||||
Reference in New Issue
Block a user