Skip to content
Snippets Groups Projects
Makefile 150 B
Newer Older
sveseli's avatar
sveseli committed
# The top level makefile. Targets like "all" and "clean"
# are defined in the RULES file.

TOP = .
SUBDIRS = src

include $(TOP)/tools/make/RULES_DM