summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2023-07-30 12:26:59 +0300
committerPaul Buetow <paul@buetow.org>2023-07-30 12:26:59 +0300
commit1f8f084b71023f2413b561b93a474fc476aa8a4e (patch)
tree8c5c475674b7a3e3daa355746efc3b596d0b6456
parent1521269bc437da954256497e6ce3d1c2d4b34738 (diff)
include also dofiles rexfile
-rw-r--r--Rexfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rexfile b/Rexfile
index e78e74a..86c91f5 100644
--- a/Rexfile
+++ b/Rexfile
@@ -1 +1 @@
-require './frontends/Rexfile'; \ No newline at end of file
+require $_ for glob '*/Rexfile'; \ No newline at end of file