mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-26 19:29:16 +00:00
Further consolidation is of course possible, eg the Games/ programs follow the same rules more or less.
12 lines
157 B
Makefile
12 lines
157 B
Makefile
include ../../Makefile.common
|
|
|
|
OBJS = \
|
|
TaskbarWindow.o \
|
|
TaskbarButton.o \
|
|
WindowList.o \
|
|
main.o
|
|
|
|
APP = Taskbar
|
|
|
|
include ../Makefile.common
|