1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 18:18:12 +00:00
serenity/Demos/Cube/Makefile
Stephan Unverwerth 1806592d58 Demos: Add 3D Cube Demo
This renders a spinning 3D cube and demonstrates the 3D math classes
from LibGfx.
2020-04-18 12:28:54 +02:00

8 lines
96 B
Makefile

OBJS = \
Cube.o
PROGRAM = Cube
LIB_DEPS = GUI IPC Gfx Core
include ../../Makefile.common