1
0
mirror of git://projects.qi-hardware.com/eda-tools.git synced 2024-08-23 03:58:04 +03:00

sch2fig/Makefile (test): include powered.lib; fix invocation

This commit is contained in:
Werner Almesberger 2016-07-22 00:16:14 -03:00
parent addb15ce94
commit adf9efdd95

View File

@ -24,8 +24,11 @@ all:: $(NAME)
$(NAME): $(OBJS)
$(CC) -o $(NAME) $(OBJS)
NEO900_HW = ../../../n9/ee/hw/
NEO900_HW = ../../../n9/ee/hw
KICAD_LIBS = ../../kicad-libs/components
test: $(NAME)
$(NAME) $(NEO900_HW)/neo900.lib $(NEO900_HW)neo900_SS_1.sch \
./$(NAME) $(NEO900_HW)/neo900.lib \
$(KICAD_LIBS)/powered.lib \
$(NEO900_HW)/neo900_SS_1.sch \
>out.fig