mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 03:37:34 +00:00
8 lines
96 B
Makefile
8 lines
96 B
Makefile
OBJS = \
|
|
Fire.o
|
|
|
|
PROGRAM = Fire
|
|
|
|
LIB_DEPS = GUI IPC Gfx Core
|
|
|
|
include ../../Makefile.common
|