mirror of
https://github.com/RGBCube/serenity
synced 2026-01-13 11:40:59 +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
|