diff options
Diffstat (limited to 'ANDROID_3.4.5/arch/m68k/tools/amiga/Makefile')
-rw-r--r-- | ANDROID_3.4.5/arch/m68k/tools/amiga/Makefile | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/ANDROID_3.4.5/arch/m68k/tools/amiga/Makefile b/ANDROID_3.4.5/arch/m68k/tools/amiga/Makefile deleted file mode 100644 index 11343613..00000000 --- a/ANDROID_3.4.5/arch/m68k/tools/amiga/Makefile +++ /dev/null @@ -1,11 +0,0 @@ - -CC = m68k-cbm-amigados-gcc -CFLAGS = -Wall -O2 - - -All: dmesg - - -dmesg: dmesg.c - $(CC) $(CFLAGS) -o dmesg dmesg.c -noixemul - |