mirror of
https://github.com/Mercury-Language/mercury.git
synced 2025-12-10 11:23:15 +00:00
Fix formatting.
Estimated hours taken: 0.1 Branches: main tests/feedback/Mmakefile: Fix formatting.
This commit is contained in:
@@ -4,8 +4,9 @@ THIS_DIR = feedback
|
|||||||
|
|
||||||
#-----------------------------------------------------------------------------#
|
#-----------------------------------------------------------------------------#
|
||||||
|
|
||||||
AUTOPAR_REPORTS=mandelbrot \
|
AUTOPAR_REPORTS = \
|
||||||
mmc
|
mandelbrot \
|
||||||
|
mmc
|
||||||
|
|
||||||
REPORTS=$(patsubst %,autopar_%,$(AUTOPAR_REPORTS))
|
REPORTS=$(patsubst %,autopar_%,$(AUTOPAR_REPORTS))
|
||||||
|
|
||||||
@@ -14,8 +15,8 @@ TESTS_DIR = ..
|
|||||||
SUBDIRS=
|
SUBDIRS=
|
||||||
include $(TESTS_DIR)/Mmake.common
|
include $(TESTS_DIR)/Mmake.common
|
||||||
|
|
||||||
# Try to use the feedback tools in this workspace if available, Otherwise use
|
# Try to use the feedback tools in this workspace if available;
|
||||||
# the feedback tools in PATH
|
# otherwise, use the tools in $PATH.
|
||||||
FB_CREATE_WS = ../../deep_profiler/mdprof_create_feedback
|
FB_CREATE_WS = ../../deep_profiler/mdprof_create_feedback
|
||||||
FB_REPORT_WS = ../../deep_profiler/mdprof_report_feedback
|
FB_REPORT_WS = ../../deep_profiler/mdprof_report_feedback
|
||||||
|
|
||||||
@@ -47,4 +48,3 @@ autopar_%.feedback: %/Deep.data %/Deep.procrep
|
|||||||
$(@:.realclean=.res) \
|
$(@:.realclean=.res) \
|
||||||
$(@:.realclean=.res1) \
|
$(@:.realclean=.res1) \
|
||||||
$(@:.realclean=.log)
|
$(@:.realclean=.log)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user