mirror of
https://github.com/RGBCube/serenity
synced 2026-01-13 16:31:00 +00:00
8 lines
96 B
Makefile
8 lines
96 B
Makefile
OBJS = \
|
|
Cube.o
|
|
|
|
PROGRAM = Cube
|
|
|
|
LIB_DEPS = GUI IPC Gfx Core
|
|
|
|
include ../../Makefile.common
|