diff options
| author | Dave Chapman <dave@dchapman.com> | 2007-10-02 22:05:40 +0000 |
|---|---|---|
| committer | Dave Chapman <dave@dchapman.com> | 2007-10-02 22:05:40 +0000 |
| commit | e6d8db54c468e378512d6873671af811cfeae5ab (patch) | |
| tree | 564a00a2eb8187ed8b799208e4d8ef0b763f3c33 | |
| parent | af97e9369a5ecbe4438a1a5df14269fa56320fa3 (diff) | |
| download | rockbox-e6d8db54c468e378512d6873671af811cfeae5ab.zip rockbox-e6d8db54c468e378512d6873671af811cfeae5ab.tar.gz rockbox-e6d8db54c468e378512d6873671af811cfeae5ab.tar.bz2 rockbox-e6d8db54c468e378512d6873671af811cfeae5ab.tar.xz | |
Add a couple of recent new files to the CLEANALL rule
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14964 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | tools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile index bbb9b0d..347b113 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -11,7 +11,7 @@ LDFLAGS := -g CLEANALL := scramble descramble iriver sh2d bmp2rb rdf2binary convbdf \ generate_rocklatin mkboot ipod_fw codepages uclpack mi4 gigabeat database \ - lngdump + lngdump telechips gigabeats all: @echo "Run make in your build directory!" |