diff options
author | Ori Bernstein <ori@eigenstate.org> | 2021-02-03 08:10:11 -0800 |
---|---|---|
committer | Ori Bernstein <ori@eigenstate.org> | 2021-02-03 08:10:11 -0800 |
commit | 101312c1d733ceff3c1bdcef225933d1de74e849 (patch) | |
tree | 158293d840d4e1a97f003316900b31481ba3789b /sys/src/cmd/upas | |
parent | 01ab07ef729a2dbade38906f4acf2827ea327952 (diff) |
mklib, upas/common: clean up libcommon properly (thanks mikan)
Despite pervious efforts, mk clean still doesn't remove libcommon.a*
files from cmd/upas/common/. To fix this, let's tell cmd/mklib to do
the job instead.
Diffstat (limited to 'sys/src/cmd/upas')
-rw-r--r-- | sys/src/cmd/upas/common/mkfile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/src/cmd/upas/common/mkfile b/sys/src/cmd/upas/common/mkfile index f32bcf911..a96eb2faa 100644 --- a/sys/src/cmd/upas/common/mkfile +++ b/sys/src/cmd/upas/common/mkfile @@ -15,6 +15,4 @@ HFILES=\ common.h\ sys.h\ -CLEANFILES=libcommon.a[$OS] - </sys/src/cmd/mklib |