star-wf

First-passage time of brownian motion
git clone git://git.meso-star.fr/star-wf.git
Log | Files | Refs | README | LICENSE

commit 587e0ba4ad040fa7129032ddd52f1cdbfbed5959
parent 596ae52a870c494f3a2d9971abea4a48c0502564
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Wed, 13 Mar 2024 16:11:20 +0100

Minor modification of the Makefile "clean" target

We've removed the file.txt file, which is not generated by either the
Makefile or the tests. So there's no need to worry about it.

Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -128,7 +128,7 @@ build_tests: build_library $(TEST_DEP) .test @$(SHELL) make.sh config_test $(TEST_SRC) > $@ clean_test: - $(SHELL) make.sh clean_test $(TEST_SRC) file.txt + $(SHELL) make.sh clean_test $(TEST_SRC) $(TEST_DEP): config.mk swf-local.pc @$(CC) $(CFLAGS_EXE) $(SWF_CFLAGS) $(RSYS_CFLAGS) \