mirror of
git://projects.qi-hardware.com/eda-tools.git
synced 2024-11-26 21:01:31 +02:00
sch2fig/Makefile (test): include powered.lib; fix invocation
This commit is contained in:
parent
addb15ce94
commit
adf9efdd95
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user