3dcam-headers/Makefile

28 lines
456 B
Makefile
Raw Normal View History

2021-04-10 14:22:48 +02:00
TARGET = main
2021-02-11 16:00:01 +01:00
TYPE = ps-exe
2021-06-23 19:25:12 +02:00
SRCS = src/main.c \
src/pad.c \
src/math.c \
src/camera.c \
src/physics.c \
src/graphics.c \
src/psx.c \
src/space.c \
2021-04-15 18:18:39 +02:00
levels/level0.c \
2021-04-14 15:56:14 +02:00
levels/level1.c \
2021-02-11 16:00:01 +01:00
TIM/home.tim \
2021-03-24 11:22:30 +01:00
TIM/cat.tim \
TIM/lara.tim \
TIM/bg_camPath.tim \
TIM/bg_camPath_001.tim \
TIM/bg_camPath_002.tim \
TIM/bg_camPath_003.tim \
TIM/bg_camPath_004.tim \
TIM/bg_camPath_005.tim \
2021-04-03 15:18:40 +02:00
2021-04-14 15:56:14 +02:00
OVERLAYSCRIPT ?= overlay.ld
2021-04-15 18:18:39 +02:00
OVERLAYSECTION ?= .lvl0 .lvl1
2021-04-13 16:52:48 +02:00
2021-07-10 14:15:12 +02:00
include ./common.mk