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