diff options
| author | Jonathan Gordon <rockbox@jdgordon.info> | 2010-08-04 07:42:23 +0000 |
|---|---|---|
| committer | Jonathan Gordon <rockbox@jdgordon.info> | 2010-08-04 07:42:23 +0000 |
| commit | 2db08d41536b875f35b055f8e0bb3845b47a7ba3 (patch) | |
| tree | 04545c559174cba9f6cdf5ae295d58c0d729a40b /utils/newparser/Makefile | |
| parent | 594110e962831b0d8ae2ded7efc49d48e4a6c3eb (diff) | |
| download | rockbox-2db08d41536b875f35b055f8e0bb3845b47a7ba3.zip rockbox-2db08d41536b875f35b055f8e0bb3845b47a7ba3.tar.gz rockbox-2db08d41536b875f35b055f8e0bb3845b47a7ba3.tar.bz2 rockbox-2db08d41536b875f35b055f8e0bb3845b47a7ba3.tar.xz | |
remove old test code
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27690 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'utils/newparser/Makefile')
| -rw-r--r-- | utils/newparser/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/utils/newparser/Makefile b/utils/newparser/Makefile deleted file mode 100644 index 581a18f..0000000 --- a/utils/newparser/Makefile +++ /dev/null @@ -1,3 +0,0 @@ -all: - gcc -I. -I../themeeditor -g -Wall -o newparser newparser.c handle_tags.c skin_render.c ../themeeditor/skin_parser.c ../themeeditor/skin_scan.c ../themeeditor/skin_debug.c ../themeeditor/tag_table.c - |