diff options
Diffstat (limited to 'examples/demos')
| -rw-r--r-- | examples/demos/n00bdemo/makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/examples/demos/n00bdemo/makefile b/examples/demos/n00bdemo/makefile index f90fb11..27d0f1e 100644 --- a/examples/demos/n00bdemo/makefile +++ b/examples/demos/n00bdemo/makefile @@ -16,11 +16,6 @@ CPPFLAGS = $(CFLAGS) -fno-exceptions AFLAGS = -g -msoft-float LDFLAGS = -g -Ttext=0x80010000 -gc-sections -T $(GCC_BASE)/mipsel-unknown-elf/lib/ldscripts/elf32elmip.x -CC = $(PREFIX)gcc -CXX = $(PREFIX)g++ -AS = $(PREFIX)as -LD = $(PREFIX)ld - all: resources $(OFILES) $(LD) $(LDFLAGS) $(LIBDIRS) $(OFILES) $(LIBS) -o $(TARGET) elf2x -q $(TARGET) |
