blob: 8680601dffe3015036efe5b8c85aaae3a688e859 [file] [log] [blame]
# MultiSource Makefile: Build all subdirectories automatically
LEVEL = ..
PARALLEL_DIRS := Applications Benchmarks
# For now only Mips uses UnitTests
ifeq ($(ARCH),Mips)
PARALLEL_DIRS += UnitTests
endif
include $(LEVEL)/Makefile.programs