# Top level GNUmakefile for Calor # # uses SoftRelTools/standard.mk # # This top level just specifies (via SUBDIRS) the subdirectories where # actions are needed. Nothing is actually done in or to this directory. # ############################################################# # don't even try to compile anything, it's obsolete. SUBDIRS = src ############################################################ include SoftRelTools/standard.mk