mirror of
https://github.com/autc04/Retro68.git
synced 2024-10-15 02:24:50 +00:00
remove old makefile
This commit is contained in:
parent
4f6bed514d
commit
1fef6246bf
Binary file not shown.
@ -1,19 +0,0 @@
|
||||
PREFIX=/media/LinuxHD/wolfgang/Projects/Retro68-build/toolchain
|
||||
CC=${PREFIX}/bin/m68k-unknown-elf-gcc
|
||||
LD=${PREFIX}/bin/m68k-unknown-elf-ld
|
||||
AR=${PREFIX}/bin/m68k-unknown-elf-ar
|
||||
|
||||
CFLAGS=-O
|
||||
OBJS=glue.o malloc.o syscalls.o start.o
|
||||
|
||||
all: retrocrt.o libretro.a
|
||||
|
||||
libretro.a: ${OBJS}
|
||||
${AR} cqs $@ ${OBJS}
|
||||
|
||||
retrocrt.o: ${OBJS}
|
||||
${LD} -r -o $@ ${OBJS}
|
||||
|
||||
.PHONY: install
|
||||
install: retrocrt.o
|
||||
cp $< ${PREFIX}/m68k-unknown-elf/lib/
|
Loading…
Reference in New Issue
Block a user