summaryrefslogtreecommitdiff
path: root/mk/deps.mk
diff options
context:
space:
mode:
Diffstat (limited to 'mk/deps.mk')
-rw-r--r--mk/deps.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/mk/deps.mk b/mk/deps.mk
index c9715488..d60a5357 100644
--- a/mk/deps.mk
+++ b/mk/deps.mk
@@ -6,6 +6,10 @@ all: mk/__undefined.d
mk/__undefined.d: src/__undefined.c
sh mk/deps.sh src/__undefined.c
+all: mk/__memperm.d
+mk/__memperm.d: src/__memperm.c
+ sh mk/deps.sh src/__memperm.c
+
all: mk/ctan.d
mk/ctan.d: src/complex/ctan.c
sh mk/deps.sh src/complex/ctan.c