Skip to content
Snippets Groups Projects
targets.mak 340 B
Newer Older
  • Learn to ignore specific revisions
  • Eric Vidal's avatar
    Eric Vidal committed
    SCRIPT_TARGET := \
    
    module/boot-user@/configure/.xinitrc \
    module/boot-user@/configure/.xsession
    
    Eric Vidal's avatar
    Eric Vidal committed
    
    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