diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2011-10-06 04:12:29 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2011-10-06 04:12:29 +0000 |
commit | 72fa9fb47a08fbf0c435cef4e84fd9ee400b429f (patch) | |
tree | b17416907c54df95099cc6629b5309577bc9b2b8 | |
parent | 42a4278ada023b8df7509c6f87bb3f37373db09d (diff) |
added shared .o files to the clean target
svn path=/trunk/externals/miXed/; revision=15526
-rw-r--r-- | cyclone/Makefile.libdir | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/cyclone/Makefile.libdir b/cyclone/Makefile.libdir index 8321ab4..4e1d76f 100644 --- a/cyclone/Makefile.libdir +++ b/cyclone/Makefile.libdir @@ -174,3 +174,23 @@ clean: -rm -f -- ../shared/sickle/Makefile.deps -rm -f -- ../shared/unstable/Makefile.deps -rm -f ../build-stamp + -rm -f -- ../shared/common/vefl.o + -rm -f -- ../shared/common/rand.o + -rm -f -- ../shared/common/port.o + -rm -f -- ../shared/common/os.o + -rm -f -- ../shared/common/mifi.o + -rm -f -- ../shared/common/loud.o + -rm -f -- ../shared/common/lex.o + -rm -f -- ../shared/common/grow.o + -rm -f -- ../shared/common/fitter.o + -rm -f -- ../shared/common/clc.o + -rm -f -- ../shared/common/binport.o + -rm -f -- ../shared/hammer/tree.o + -rm -f -- ../shared/hammer/gui.o + -rm -f -- ../shared/hammer/file.o + -rm -f -- ../shared/sickle/sic.o + -rm -f -- ../shared/sickle/arsic.o + -rm -f -- ../shared/unstable/loader.o + -rm -f -- ../shared/unstable/fringe.o + -rm -f -- ../shared/unstable/fragile.o + -rm -f -- ../shared/unstable/forky.o |