Skip to content

Commit

Permalink
rm -f in makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
h-larsson committed Jun 28, 2019
1 parent 60c9e6d commit 1ab96d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 1ab96d8

Please sign in to comment.