You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
${MAKE} --always-make --just-print all | { rtags-rc -c -;true; }
179
+
compile_commandscompile_commands.jsonTAGS :
180
+
bear -- ${MAKE} --always-make --no-print-directory all
180
181
181
182
clean :
182
183
rm -rf ${exes}${build_dir}
@@ -189,7 +190,11 @@ env :
189
190
uname --all
190
191
env | sort --ignore-case
191
192
192
-
.PHONY : update_env_txt env versions rtags run_benchmarks clean all run_%
193
+
# Prerequisites of .PHONY are always interpreted as literal target names, never as patterns (even if they contain ‘%’ characters). To always rebuild a pattern rule consider using a "force target".
194
+
# If a rule has no prerequisites or recipe, and the target of the rule is a nonexistent file, then make imagines this target to have been updated whenever its rule is run. This implies that all targets depending on this one will always have their recipe run.
0 commit comments