ladybird/Applications/PaintBrush/Makefile
Lawrence Manning f0a6b42066 Move common Application build steps into their own Makefile.common
Further consolidation is of course possible, eg the Games/ programs
follow the same rules more or less.
2019-06-25 21:35:50 +02:00

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