mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-23 09:46:04 -05:00
11 lines
162 B
Makefile
11 lines
162 B
Makefile
OBJS = \
|
|
TaskbarWindow.o \
|
|
TaskbarButton.o \
|
|
WindowList.o \
|
|
main.o
|
|
|
|
PROGRAM = Taskbar
|
|
|
|
LIB_DEPS = GUI Gfx IPC Core
|
|
|
|
include ../../Makefile.common
|