mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 18:28:12 +00: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
|