aboutsummaryrefslogtreecommitdiffstats
path: root/.compile.do
diff options
context:
space:
mode:
Diffstat (limited to '.compile.do')
-rwxr-xr-x.compile.do9
1 files changed, 0 insertions, 9 deletions
diff --git a/.compile.do b/.compile.do
deleted file mode 100755
index 238c93b..0000000
--- a/.compile.do
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/usr/bin/env bash
-set -e
-redo-ifchange .vars.rc
-. ./.vars.rc
-exec >"$3"
-echo "# generated by $0"
-declare -p CC CFLAGS CPPFLAGS
-echo '"$CC" -MMD -MF - "${CFLAGS[@]}" "${CPPFLAGS[@]}" -c -o "$3" "${1%.o}.c"'
-if command -v redo-stamp &>/dev/null; then redo-stamp <"$3"; fi