mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 10:18:11 +00:00

Further consolidation is of course possible, eg the Games/ programs follow the same rules more or less.
11 lines
157 B
Makefile
11 lines
157 B
Makefile
include ../../Makefile.common
|
|
|
|
OBJS = \
|
|
TaskbarWindow.o \
|
|
TaskbarButton.o \
|
|
WindowList.o \
|
|
main.o
|
|
|
|
APP = Taskbar
|
|
|
|
include ../Makefile.common
|