Experiment with assmbly code listing - thinking about new tests.

This commit is contained in:
David Brown 2016-07-10 16:49:30 +01:00
parent 156d9b0183
commit 57cd40aa9d
2 changed files with 7 additions and 1 deletions

View file

@ -6,9 +6,14 @@
# Be independent of any CFLAGS settings in the calling environment
CFLAGS =
# Gnu make has the make initial directory in CURDIR, BSD make has it in .CURDIR.
ROOTDIR = $(CURDIR)$(.CURDIR)
# Configuration.Make is created by src/tools/make/configure.c, which is run on
# *every* build by the makefile in the enlistment root.
include ./Configuration.Make
FLAVOUR = $(OS).$(DATAMODEL).$(COMPILER)