Commit 698c5e31 authored by Michael Shigorin's avatar Michael Shigorin

Makefile: drop noise when no config is found

~/.mkimage/profiles.mk is useful but not requisite by any margin; no need to make noise trying to make it either.
parent 7683532e
......@@ -36,6 +36,9 @@ export NUM_TARGETS := $(words $(MAKECMDGOALS))
# for pipefail
SHELL = /bin/bash
# don't even consider remaking a configuration file
.PHONY: $(HOME)/.mkimage/profiles.mk
# real targets need real work
%:
@n=1; \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment