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 221d4c2 commit 3a96b64Copy full SHA for 3a96b64
Makefile
@@ -142,11 +142,11 @@ clean:
142
$(YK_MAKE) $@
143
144
# Remove executables, generated documentation, etc. (not logs).
145
-# Use 'find *' instead of 'find .' to avoid searching in '.git'.
+# Avoid 'find .' to prevent searching in '.git'.
146
realclean: clean
147
rm -rf $(LIB_OUT_DIR) $(BIN_OUT_DIR) $(BUILD_OUT_DIR)
148
rm -fv TAGS '*~'
149
- - find src include utils docs -name '*~' -print -delete
+ - find src include utils docs yask -name '*~' -print -delete
150
- find src -name '*.optrpt' -print -delete
151
- find src -name __pycache__ -print -delete
152
$(YC_MAKE) $@
0 commit comments