Changeset 708 for soft/giet_vm/applications/raycast/Makefile
- Timestamp:
- Oct 1, 2015, 4:09:25 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
soft/giet_vm/applications/raycast/Makefile
r673 r708 1 2 CC = mipsel-unknown-elf-gcc 3 AS = mipsel-unknown-elf-as 4 LD = mipsel-unknown-elf-ld 5 DU = mipsel-unknown-elf-objdump 6 AR = mipsel-unknown-elf-ar 1 7 2 8 APP_NAME = raycast 3 9 4 OBJS = ctrl.o disp.o game.o main.o10 OBJS = disp.o game.o raycast.o 5 11 6 12 LIBS = -L../../build/libs -luser -lmath
Note: See TracChangeset
for help on using the changeset viewer.