mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-23 16:10:20 +00:00
f0a6b42066
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
|