common_targets.mk 140 B

1234567
  1. $(LIB_NAME):
  2. cd $(LIB60870_HOME); $(MAKE) -f Makefile
  3. lib: $(LIB_NAME)
  4. libclean: clean
  5. cd $(LIB60870_HOME); $(MAKE) -f Makefile clean