diff options
author | Jakob Kaivo <jkk@ung.org> | 2024-05-31 15:20:09 -0400 |
---|---|---|
committer | Jakob Kaivo <jkk@ung.org> | 2024-05-31 15:20:09 -0400 |
commit | a4b2c07ff946363bc6465b301e94c0f3bd2f8de7 (patch) | |
tree | 23621d5529c655a299ae9216ec4bafcc7688da81 /mk/deps.mk | |
parent | bf0fad2913169318dc8e1d26c18ad056ee0cb363 (diff) |
add __memperm() for checking current memory permissions
Diffstat (limited to 'mk/deps.mk')
-rw-r--r-- | mk/deps.mk | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |