From 1ab96d819bfb04943d963fe82413231c641e77fe Mon Sep 17 00:00:00 2001 From: "Henrik R. Larsson" Date: Fri, 28 Jun 2019 12:46:29 -0700 Subject: [PATCH] rm -f in makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index eba2d11..30f3d2e 100644 --- a/Makefile +++ b/Makefile @@ -268,7 +268,7 @@ $(NEWMATLIB)/libnewmat.a : clean: rm -f *.o include/*.o modules/generate_blocks/*.o modules/onepdm/*.o modules/twopdm/*.o modules/npdm/*.o $(NEWMATLIB)*.o libqcdmrg.a libqcdmrg.so $(EXECUTABLE) $(NEWMATLIB)/libnewmat.a genetic/gaopt genetic/*.o btas/lib/*.o btas/lib/libbtas.a modules/two_index_ops/*.o modules/three_index_ops/*.o modules/four_index_ops/*.o modules/ResponseTheory/*.o modules/nevpt2/*.o molcas/*.o modules/mps_nevpt/*o - find . -name "*.o" |xargs rm + find . -name "*.o" |xargs rm -f check-syntax: $(CXX) $(FLAGS) $(OPT) -o nul -S -Wall -Wextra -pedantic -fsyntax-only -Wno-variadic-macros $(CHK_SOURCES) # DO NOT DELETE