diff options
author | aiju <devnull@localhost> | 2018-11-11 10:10:30 +0000 |
---|---|---|
committer | aiju <devnull@localhost> | 2018-11-11 10:10:30 +0000 |
commit | c247ce1c3301222ccd445d3479c29f7eb0e9bfc4 (patch) | |
tree | ee9d773c8025cce992ff01282e4c1686fc1d26ee /sys/src/mkfile | |
parent | e15b1b8930550b14938e94f01a5109f9417e0506 (diff) |
add dtracy to mkfile
Diffstat (limited to 'sys/src/mkfile')
-rw-r--r-- | sys/src/mkfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/src/mkfile b/sys/src/mkfile index e3b1875d8..00c1800c8 100644 --- a/sys/src/mkfile +++ b/sys/src/mkfile @@ -38,6 +38,7 @@ LIBS=\ libthread\ libttf\ libventi\ + libdtracy\ CMDS=cmd\ |