diff options
author | Simon Wilson <simonwilson@google.com> | 2012-12-14 14:48:19 -0800 |
---|---|---|
committer | Simon Wilson <simonwilson@google.com> | 2012-12-14 14:48:19 -0800 |
commit | bb234d9dba1815b7f547357fa234869770d45b3a (patch) | |
tree | cd99209f3f08162709e27e4ed216fe942d8aa49d /Makefile | |
parent | f7f35cc62b51ec01cbf3787c8902e79cadbb85df (diff) |
Makefile: remove tinypcminfo during clean
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,4 +26,4 @@ $(LIB): $(OBJECTS) clean: -rm $(LIB) $(OBJECTS) tinyplay.o tinyplay tinycap.o tinycap \ - tinymix.o tinymix + tinymix.o tinymix tinypcminfo.o tinypcminfo |