mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-04-14 00:27:05 +00:00
18 lines
353 B
Makefile
18 lines
353 B
Makefile
include ../../Makefile.common
|
|
|
|
OBJS = \
|
|
ProcessModel.o \
|
|
ProcessTableView.o \
|
|
MemoryStatsWidget.o \
|
|
GraphWidget.o \
|
|
ProcessStacksWidget.o \
|
|
ProcessMemoryMapWidget.o \
|
|
ProcessMemoryMapModel.o \
|
|
ProcessFileDescriptorMapWidget.o \
|
|
NetworkStatisticsWidget.o \
|
|
main.o
|
|
|
|
APP = ProcessManager
|
|
|
|
include ../Makefile.common
|