mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-12-19 18:36:54 +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
|