diff --git a/sch2fig/Makefile b/sch2fig/Makefile index ca27a4f..7b257f4 100644 --- a/sch2fig/Makefile +++ b/sch2fig/Makefile @@ -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