We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2e83a2 commit 706cb91Copy full SHA for 706cb91
makefile_include.mk
@@ -193,7 +193,7 @@ clean:
193
rm -f *.gcda *.gcno *.gcov *.bat *.o *.a *.obj *.lib *.exe *.dll etclib/*.o \
194
demo/*.o test timing mtest_opponent mtest/mtest mtest/mtest.exe tuning_list \
195
*.s tommath_amalgam.c pre_gen/tommath_amalgam.c *.da *.dyn *.dpi tommath.tex \
196
- cmake_install.cmake Makefile
+ cmake_install.cmake Makefile \
197
`find . -type f | grep [~] | xargs` *.lo *.la
198
rm -rf .libs/ demo/.libs CMakeFiles
199
${MAKE} -C etc/ clean MAKE=${MAKE}
0 commit comments