aboutsummaryrefslogtreecommitdiffstats
path: root/all.do
diff options
context:
space:
mode:
Diffstat (limited to 'all.do')
-rwxr-xr-xall.do7
1 files changed, 5 insertions, 2 deletions
diff --git a/all.do b/all.do
index e8dccf3..3994db3 100755
--- a/all.do
+++ b/all.do
@@ -1,2 +1,5 @@
-#!/bin/sh
-redo-ifchange libpack test compile_flags.txt
+#!/usr/bin/env bash
+set -e
+redo-ifchange .vars.rc
+. ./.vars.rc
+redo-ifchange libpack test "${extra_targets[@]}"