From 49399c412765d0a18dae9ddb97dd694b052e48d6 Mon Sep 17 00:00:00 2001 From: Ed Hartnett Date: Mon, 22 Jul 2019 11:11:08 -0600 Subject: [PATCH] fixed example Makefile.am for C only builds --- examples/f03/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/f03/Makefile.am b/examples/f03/Makefile.am index 7003f4f420c..9a8781d20ad 100644 --- a/examples/f03/Makefile.am +++ b/examples/f03/Makefile.am @@ -25,4 +25,4 @@ endif # RUN_TESTS EXTRA_DIST = CMakeLists.txt run_tests.sh # Clean up files produced during testing. -CLEANFILES = *.nc *.log +CLEANFILES = *.nc *.log *.mod