]> git.lizzy.rs Git - plan9front.git/blobdiff - sys/src/cmd/mklib
show line numbers in dtracy type errors
[plan9front.git] / sys / src / cmd / mklib
index d702075c0677c14b4646931378627782cec4e779..8ef4b8dab5366900481760a6879f3f655b46dc3b 100644 (file)
@@ -36,11 +36,13 @@ installall:V:
                mk $stem
 
 nuke:V:
-       rm -f *.[$OS] y.tab.? y.output y.error
-       rm -f $LIB
+       rm -f *.[$OS] y.tab.? y.output y.error $CLEANFILES $LIB
 
 clean:V:
-       rm -f *.[$OS] y.tab.? y.output y.error
+       rm -f *.[$OS] y.tab.? y.output y.error $CLEANFILES
+
+%.acid:V:
+       $CC $CFLAGS -a `{basename $stem .$objtype}^.c >$target
 
 update:V:
        update $UPDATEFLAGS $UPDATE