mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-26 11:20:03 +00:00
18 lines
343 B
Makefile
18 lines
343 B
Makefile
include ../../Makefile.common
|
|
|
|
OBJS = \
|
|
ProcessModel.o \
|
|
DevicesModel.o \
|
|
ProcessTableView.o \
|
|
MemoryStatsWidget.o \
|
|
GraphWidget.o \
|
|
ProcessStacksWidget.o \
|
|
ProcessMemoryMapWidget.o \
|
|
ProcessFileDescriptorMapWidget.o \
|
|
NetworkStatisticsWidget.o \
|
|
main.o
|
|
|
|
APP = SystemMonitor
|
|
|
|
include ../Makefile.common
|