diff options
author | Linus Nordberg <linus@nordu.net> | 2010-09-29 16:04:25 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordu.net> | 2010-09-29 16:04:25 +0200 |
commit | 3168e786f928c9b1639f6d8e4bc3fa9fd1d37c8d (patch) | |
tree | 67adaf494ba67d5ca08900716ee95c26b2e2b64d /lib | |
parent | 7ec71d7bc24d7221f3afecf070268560d5603ed3 (diff) |
* lib/Makefile: Clean more.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Makefile b/lib/Makefile index 8c6d5b4..ed4af51 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -15,4 +15,5 @@ doc: doxygen clean: - -rm *.o *.a + -rm *.o *.a *.gch + |