Skip to content
Snippets Groups Projects
targets.mak 253 B
Newer Older
  • Learn to ignore specific revisions
  • Eric Vidal's avatar
    Eric Vidal committed
    SCRIPT_TARGET :=
    
    SERVICE_TARGET := service/scandir@
    MODULE_TARGET := $(shell find module/scandir@/service -type f)
    MODULE_INSTANCE_TARGET := $(shell find module/scandir@/service@ -type f)
    
    MODULE_CONFIGURE_TARGET := module/scandir@/configure/configure