libiec61850/make/common_targets.mk
2014-12-01 10:34:45 +01:00

7 lines
136 B
Makefile

$(LIB_NAME):
cd $(LIBIEC_HOME); $(MAKE) -f Makefile
lib: $(LIB_NAME)
libclean: clean
cd $(LIBIEC_HOME); $(MAKE) -f Makefile clean