chiark / gitweb /
Correct handling of @@ stuff inside @@?; make NC_SITES vary.
[ian-dotfiles.git] / execute
diff --git a/execute b/execute
index 9e166141712a6b8a742083a994fe54818b3236a7..d2aa2b2477b070d6561efa3ab5ff4ae62d09785f 100755 (executable)
--- a/execute
+++ b/execute
@@ -1,4 +1,10 @@
 #!/bin/sh
-set -x
-make -C autotitle
-make -C autotitle install INSTALLDIR=$HOME/personal/@@$platform@@/bin
+set -ex
+
+for f in       autotitle misc
+do
+       cd $f
+       make
+       make install INSTALLDIR=$HOME/personal/@@$platform@@/bin
+       cd ..
+done