7 lines
130 B
Makefile
7 lines
130 B
Makefile
TOP = ../../..
|
|
include $(TOP)/configure/CONFIG
|
|
|
|
DATA += $(patsubst ../%, %, $(wildcard ../*.edl))
|
|
|
|
include $(TOP)/configure/RULES
|