11 lines
107 B
Makefile
11 lines
107 B
Makefile
|
|
TOP=../../..
|
|
|
|
include $(TOP)/config/CONFIG_BASE
|
|
|
|
DIRS = singleThread
|
|
|
|
include $(TOP)/config/RULES_DIRS
|
|
|
|
|