mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-04 15:45:25 +00:00
9 lines
96 B
Makefile
9 lines
96 B
Makefile
OBJS = \
|
|
Fire.o
|
|
|
|
PROGRAM = Fire
|
|
|
|
LIB_DEPS = GUI IPC Gfx Core
|
|
|
|
include ../../Makefile.common
|