mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-11 01:06:01 +03:00
ccdeafdefb
This tab combines info from /proc/devices with device file paths from /dev.
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
|