plan9fox/sys
Ori Bernstein 97de3f67c2 upas/common: delete library on 'mk clean'
libcommon.a$O doesn't end with a .a, so mk
doesn't know how to look inside it in order
to check if the files are up to date.

This means that when 'mk clean' is run,
libcommon.a$O looks up to date:

	% mk clean
	...
	% mk
	mk: 'default' is up to date

Deleting the library works around this problem.
2020-11-02 13:12:34 -08:00
..
doc
games/lib fortunes: As much as I'd love to I feel I have to let it go -- rminnich 2020-04-18 21:37:53 -04:00
include libbio: add aux pointer to bio 2020-11-01 11:42:54 -08:00
lib profile: don't create $wsys if it doesn't exist 2020-11-02 08:29:05 -08:00
man audio/wavdec: add -s option 2020-11-02 11:46:50 +01:00
src upas/common: delete library on 'mk clean' 2020-11-02 13:12:34 -08:00