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