diff options
author | Hardeep Sidhu <dyp@pobox.com> | 2003-12-17 23:57:57 +0000 |
---|---|---|
committer | Hardeep Sidhu <dyp@pobox.com> | 2003-12-17 23:57:57 +0000 |
commit | 5199e8c62551b8296ba938200ebe74215ff1e5fb (patch) | |
tree | 2f4556244fa52614b8f1eafefda91117e91cd040 /tools/Makefile | |
parent | 1fe97ec54e5f18d853b58e4da2ffb46f7cb59721 (diff) |
Removed mkneofile from TARGETS
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4162 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools/Makefile')
-rw-r--r-- | tools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile index 80a57c632f..5fec4b1dbe 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -8,7 +8,7 @@ # CFLAGS := -O -ansi -TARGETS := scramble descramble sh2d bmp2rb convbdf generate_rocklatin mkneofile +TARGETS := scramble descramble sh2d bmp2rb convbdf generate_rocklatin all: $(TARGETS) |