mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-27 19:59:17 +00:00
12 lines
162 B
Makefile
12 lines
162 B
Makefile
OBJS = \
|
|
TaskbarWindow.o \
|
|
TaskbarButton.o \
|
|
WindowList.o \
|
|
main.o
|
|
|
|
PROGRAM = Taskbar
|
|
|
|
LIB_DEPS = GUI Gfx IPC Core
|
|
|
|
include ../../Makefile.common
|