mirror of
https://github.com/Relintai/pandemonium_engine_minimal.git
synced 2024-11-10 20:12:10 +01:00
17 lines
193 B
Makefile
17 lines
193 B
Makefile
# Setup:
|
|
# $ make local
|
|
# $ ln -sf FBDev.mk Local.mk
|
|
|
|
# Test:
|
|
# $ make run
|
|
|
|
# Done:
|
|
# $ make restore
|
|
|
|
OBJS += \
|
|
test_video.o \
|
|
video_fbdev.o \
|
|
frt_options.o
|
|
|
|
LIBS += -lEGL -lGLESv2
|