mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-24 10:12:25 -05:00
f0a6b42066
Further consolidation is of course possible, eg the Games/ programs follow the same rules more or less.
17 lines
270 B
Makefile
17 lines
270 B
Makefile
include ../../Makefile.common
|
|
|
|
OBJS = \
|
|
PaintableWidget.o \
|
|
PaletteWidget.o \
|
|
ToolboxWidget.o \
|
|
Tool.o \
|
|
PenTool.o \
|
|
BucketTool.o \
|
|
ColorDialog.o \
|
|
SprayTool.o \
|
|
PickerTool.o \
|
|
main.o
|
|
|
|
APP = PaintBrush
|
|
|
|
include ../Makefile.common
|