mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-23 17:52:26 -05: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
|