mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-03-19 20:06:29 +00:00
9 lines
96 B
Makefile
9 lines
96 B
Makefile
OBJS = \
|
|
Cube.o
|
|
|
|
PROGRAM = Cube
|
|
|
|
LIB_DEPS = GUI IPC Gfx Core
|
|
|
|
include ../../Makefile.common
|